20 lines
		
	
	
		
			575 B
		
	
	
	
		
			Objective-C
		
	
	
		
			Executable File
		
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			575 B
		
	
	
	
		
			Objective-C
		
	
	
		
			Executable File
		
	
	
| //
 | |
| //  AnyThinkFyberAdapter.h
 | |
| //  AnyThinkFyberAdapter
 | |
| //
 | |
| //  Created by Topon on 11/16/20.
 | |
| //  Copyright © 2020 AnyThink. All rights reserved.
 | |
| //
 | |
| 
 | |
| #import <Foundation/Foundation.h>
 | |
| 
 | |
| //! Project version number for AnyThinkFyberAdapter.
 | |
| FOUNDATION_EXPORT double AnyThinkFyberAdapterVersionNumber;
 | |
| 
 | |
| //! Project version string for AnyThinkFyberAdapter.
 | |
| FOUNDATION_EXPORT const unsigned char AnyThinkFyberAdapterVersionString[];
 | |
| 
 | |
| // In this header, you should import all the public headers of your framework using statements like #import <AnyThinkFyberAdapter/PublicHeader.h>
 | |
| 
 | |
| 
 |