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.
		
		
		
		
		
			
		
			
	
	
		
			15 lines
		
	
	
		
			483 B
		
	
	
	
		
			C
		
	
		
		
			
		
	
	
			15 lines
		
	
	
		
			483 B
		
	
	
	
		
			C
		
	
| 
											4 years ago
										 | //
 | ||
|  | // Copyright 2019-2021 Signal Messenger, LLC
 | ||
|  | // SPDX-License-Identifier: AGPL-3.0-only
 | ||
|  | //
 | ||
|  | 
 | ||
|  | #import <Foundation/Foundation.h>
 | ||
|  | 
 | ||
|  | //! Project version number for SignalRingRTC.
 | ||
|  | FOUNDATION_EXPORT double SignalRingRTCVersionNumber; | ||
|  | 
 | ||
|  | //! Project version string for SignalRingRTC.
 | ||
|  | FOUNDATION_EXPORT const unsigned char SignalRingRTCVersionString[]; | ||
|  | 
 | ||
|  | // In this header, you should import all the public headers of your framework using statements like #import <SignalRingRTC/PublicHeader.h>
 |