toto

C code posted
created at 07 May 13:06, updated at 12 May 02:42

Edit | Back
1
2
3
4
5
6
7
8
9
10
#define kBgQueue dispatch_get_global_queue(
 DISPATCH_QUEUE_PRIORITY_DEFAULT, 0) //1
#define kLatestKivaLoansURL [NSURL URLWithString: 
 @"http://api.kivaws.org/v1/loans/search.json?status=fundraising"] //2
 
#import "ViewController.h"
 
@implementation ViewController
 
@end
284 Bytes in 2 ms with coderay