Advertisement
Guest User

Untitled

a guest
Jun 3rd, 2015
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. #import <Foundation/Foundation.h>
  2.  
  3. typedef void (^DarwinNotificationBlock)(NSString *identifier);
  4.  
  5. @interface Darwin : NSObject
  6.  
  7. + (Darwin *)sharedInstance;
  8. - (void)startListening:(DarwinNotificationBlock)block;
  9. - (void)test;
  10.  
  11. @end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement