Guest User

Untitled

a guest
Dec 9th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. NSString *responseString = [[NSString alloc] initWithData:self.responseData2 encoding:NSUTF8StringEncoding] ;
  2. [self.delegate giveDataAfterUpdate: [responseString JSONValue] _reQuestId:self.reqId] ;
  3.  
  4. ****
  5. - (void) giveDataAfterUpdate:(NSDictionary*)jsonDict _reQuestId:(NSString*)rqId{
  6. NSMutableDictionary *placeInfo = [[NSDictionary alloc] initWithDictionary: [jsonDict objectForKey:@"places_getPlace"]];
  7. ..
Add Comment
Please, Sign In to add comment