Guest User

Untitled

a guest
Nov 21st, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. #import "ModuleWithEmitter.h"
  2.  
  3. @implementation ModuleWithEmitter
  4.  
  5. - (NSArray<NSString *> *)supportedEvents {
  6. return @[@"onSessionConnect"];
  7. }
  8.  
  9. @end
Add Comment
Please, Sign In to add comment