mirror of
				https://github.com/KevinMidboe/linguist.git
				synced 2025-10-29 17:50:22 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
		
			335 B
		
	
	
	
		
			Objective-C
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			335 B
		
	
	
	
		
			Objective-C
		
	
	
	
	
	
//
 | 
						|
//  Siesta.h
 | 
						|
//  Siesta
 | 
						|
//
 | 
						|
//  Created by Paul on 2015/6/14.
 | 
						|
//  Copyright © 2015 Bust Out Solutions. MIT license.
 | 
						|
//
 | 
						|
 | 
						|
#import <UIKit/UIKit.h>
 | 
						|
 | 
						|
//! Project version number for Siesta.
 | 
						|
FOUNDATION_EXPORT double SiestaVersionNumber;
 | 
						|
 | 
						|
//! Project version string for Siesta.
 | 
						|
FOUNDATION_EXPORT const unsigned char SiestaVersionString[];
 | 
						|
 |