session-ios/Signal/src/ViewControllers/NewGroupViewController.h

16 lines
308 B
C
Raw Normal View History

2014-10-29 21:58:58 +01:00
//
// Copyright (c) 2017 Open Whisper Systems. All rights reserved.
2014-10-29 21:58:58 +01:00
//
#import "OWSConversationSettingsViewDelegate.h"
2014-10-29 21:58:58 +01:00
NS_ASSUME_NONNULL_BEGIN
2014-10-29 21:58:58 +01:00
@interface NewGroupViewController : UIViewController
@property (nonatomic, weak) id<OWSConversationSettingsViewDelegate> delegate;
2014-10-29 21:58:58 +01:00
@end
NS_ASSUME_NONNULL_END