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.
		
		
		
		
		
			
		
			
	
	
		
			25 lines
		
	
	
		
			700 B
		
	
	
	
		
			C
		
	
		
		
			
		
	
	
			25 lines
		
	
	
		
			700 B
		
	
	
	
		
			C
		
	
| 
											5 years ago
										 | //
 | ||
|  | //  Copyright (c) 2018 Open Whisper Systems. All rights reserved.
 | ||
|  | //
 | ||
|  | 
 | ||
| 
											5 years ago
										 | #import <SessionMessagingKit/TSInvalidIdentityKeyErrorMessage.h>
 | ||
| 
											5 years ago
										 | 
 | ||
|  | NS_ASSUME_NONNULL_BEGIN | ||
|  | 
 | ||
|  | @class PreKeyBundle; | ||
|  | @class TSOutgoingMessage; | ||
|  | @class TSThread; | ||
|  | 
 | ||
|  | extern NSString *TSInvalidPreKeyBundleKey; | ||
|  | extern NSString *TSInvalidRecipientKey; | ||
|  | 
 | ||
|  | // DEPRECATED - we no longer create new instances of this class (as of  mid-2017); However, existing instances may
 | ||
|  | // exist, so we should keep this class around to honor their old behavior.
 | ||
|  | __attribute__((deprecated)) @interface TSInvalidIdentityKeySendingErrorMessage : TSInvalidIdentityKeyErrorMessage | ||
|  | 
 | ||
|  | @property (nonatomic, readonly) NSString *messageId; | ||
|  | 
 | ||
|  | @end | ||
|  | 
 | ||
|  | NS_ASSUME_NONNULL_END |