Guest User

Untitled

a guest
Feb 20th, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. #import "RCTEventEmitter.h"
  2. #import "RCTBridge.h"
  3.  
  4. @interface GSEventEmitter : RCTEventEmitter <RCTBridgeModule>
  5.  
  6. + (BOOL)application:(UIApplication *)application didSightBeacon:(NSString *)beaconID;
  7. + (BOOL)application:(UIApplication *)application didDepartBeacon:(NSString *)beaconID;
  8.  
  9. @end
Add Comment
Please, Sign In to add comment