mirror of
				https://gitcode.com/gh_mirrors/re/react-native-pushy.git
				synced 2025-10-29 12:33:10 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			154 B
		
	
	
	
		
			Objective-C
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			154 B
		
	
	
	
		
			Objective-C
		
	
	
	
	
	
| #import <React/RCTBridgeModule.h>
 | |
| #import <React/RCTEventEmitter.h>
 | |
| 
 | |
| 
 | |
| @interface RCTPushy : RCTEventEmitter<RCTBridgeModule>
 | |
| 
 | |
| + (NSURL *)bundleURL;
 | |
| 
 | |
| @end
 | 
