takuma104 (owner)

Revisions

gist: 216884 Download_button fork
public
Description:
nestnestnest.m
Public Clone URL: git://gist.github.com/216884.git
Embed All Files: show embed
nestnestnest.m #
1
2
3
4
5
[[[NSURLConnection alloc] initWithRequest:
 [NSURLRequest requestWithURL:
  [NSURL URLWithString:
   [NSString stringWithFormat:@"%@/statuses/home_timeline.json", API_URL]]]] autorelease];