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

17 lines
339 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"
#import "OWSViewController.h"
2014-10-29 21:58:58 +01:00
NS_ASSUME_NONNULL_BEGIN
2014-10-29 21:58:58 +01:00
@interface NewGroupViewController : OWSViewController
@property (nonatomic, weak) id<OWSConversationSettingsViewDelegate> delegate;
2014-10-29 21:58:58 +01:00
@end
NS_ASSUME_NONNULL_END