mirror of
				https://gitcode.com/gh_mirrors/re/react-native-pushy.git
				synced 2025-10-31 21:33:12 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			199 B
		
	
	
	
		
			Objective-C
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			199 B
		
	
	
	
		
			Objective-C
		
	
	
	
	
	
| #import <UIKit/UIKit.h>
 | |
| 
 | |
| #import "AppDelegate.h"
 | |
| 
 | |
| int main(int argc, char *argv[])
 | |
| {
 | |
|   @autoreleasepool {
 | |
|     return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class]));
 | |
|   }
 | |
| }
 | 
