Advertisement
Guest User

Untitled

a guest
Jul 16th, 2019
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. - (void)connection:(NSURLConnection *)connection didReceiveData:(NSData *)data {
  2. NSLog(@"[%@] Received data\n%@", NSStringFromClass([self class]), [NSJSONSerialization JSONObjectWithData:data options:0 error:nil]);
  3.  
  4. [[self client] URLProtocol:self didLoadData:data];
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement