Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2019
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. @interface ViewController : UIViewController <UIAlertViewDelegate,
  2. GKPeerPickerControllerDelegate>
  3.  
  4. - (void) receiveData:(NSData *)data fromPeer:(NSString *)peer
  5. inSession: (GKSession *)session context:(void *)context {
  6. // ...
  7. }
  8.  
  9. grep -r receiveData /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS5.1.sdk
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement