Guest User

Untitled

a guest
Jan 21st, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. // parsed results from the http response
  2. @property (nonatomic, retain) NSArray *objects;
  3.  
  4. // detailed error
  5. @property (nonatomic, retain) NSError *error;
  6.  
  7. // raw HTTP response information
  8. @property (nonatomic, retain) NSDictionary *responseHeaders;
  9. @property (nonatomic, retain) NSString *responseString;
  10. @property (nonatomic, assign) NSUInteger responseStatusCode;
Add Comment
Please, Sign In to add comment