Guest User

Untitled

a guest
Jul 16th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. -(IBAction)loadPrivacy:(id)sender {
  2. NSLog(@"update clicked");
  3. [self performSegueWithIdentifier:@"policySegue" sender:self];
  4. }
  5.  
  6.  
  7. 2012-03-27 21:23:29.881 abc[21780:40b] update clicked
Add Comment
Please, Sign In to add comment