Guest User

Untitled

a guest
May 6th, 2014
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. NSURL *shortURL = [[NSURL alloc] initWithString:data];
  2. if(shortURL == nil)
  3. {
  4. NSLog(@"INVALID");
  5. }
  6. else {
  7. NSLog(@"COOOL");
  8. }
Advertisement
Add Comment
Please, Sign In to add comment