mirror of https://github.com/oxen-io/session-ios
				
				
				
			
			You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
	
	
		
			20 lines
		
	
	
		
			536 B
		
	
	
	
		
			C
		
	
		
		
			
		
	
	
			20 lines
		
	
	
		
			536 B
		
	
	
	
		
			C
		
	
| 
											9 years ago
										 | //
 | ||
| 
											7 years ago
										 | //  Copyright (c) 2019 Open Whisper Systems. All rights reserved.
 | ||
| 
											9 years ago
										 | //
 | ||
|  | 
 | ||
|  | NS_ASSUME_NONNULL_BEGIN | ||
|  | 
 | ||
| 
											7 years ago
										 | @class OWSConversationSettingsViewController; | ||
| 
											9 years ago
										 | @class TSGroupModel; | ||
|  | 
 | ||
|  | @protocol OWSConversationSettingsViewDelegate <NSObject> | ||
|  | 
 | ||
|  | - (void)groupWasUpdated:(TSGroupModel *)groupModel; | ||
| 
											7 years ago
										 | - (void)conversationSettingsDidRequestConversationSearch:(OWSConversationSettingsViewController *)conversationSettingsViewController; | ||
| 
											9 years ago
										 | 
 | ||
| 
											7 years ago
										 | - (void)popAllConversationSettingsViewsWithCompletion:(void (^_Nullable)(void))completionBlock; | ||
| 
											9 years ago
										 | 
 | ||
|  | @end | ||
|  | 
 | ||
|  | NS_ASSUME_NONNULL_END |