Test objc
C
code posted
by
me
created at 06 Aug 18:03
Edit
|
Back
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
- (void)ViewController:(ViewController *)ViewController didWork:(BOOL)didWork { } - (void)cancelledByUser:(ViewController *)ViewController { } - (BOOL)ViewController:(ViewController *)ViewController failedWithError:(NSError *)error { return YES; } #import "ViewController.h" ViewController *t = [[ViewController alloc]initWithDelegate:self Token:@"123456789hgvemev"]; [self presentViewController:t animated:YES completion:nil]; |
447 Bytes in 2 ms with coderay