session-ios/Signal/src/ViewControllers/ThreadSettings/OWSConversationSettingsViewDelegate.h
Michael Kirk 16df4f589e conversation colors
// FREEBIE
2018-06-29 11:52:41 -06:00

19 lines
338 B
Objective-C

//
// Copyright (c) 2018 Open Whisper Systems. All rights reserved.
//
NS_ASSUME_NONNULL_BEGIN
@class TSGroupModel;
@protocol OWSConversationSettingsViewDelegate <NSObject>
- (void)conversationColorWasUpdated;
- (void)groupWasUpdated:(TSGroupModel *)groupModel;
- (void)popAllConversationSettingsViews;
@end
NS_ASSUME_NONNULL_END