pokeb / asi-http-request

Easy to use CFNetwork wrapper for HTTP requests, Objective-C, Mac OS X and iPhone

This URL has Read+Write access

asi-http-request / FirstViewController.h
100644 17 lines (11 sloc) 0.24 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//
// FirstViewController.h
// tabtest
//
// Created by Ben Copsey on 07/11/2008.
// Copyright All-Seeing Interactive 2008. All rights reserved.
//
 
#import <UIKit/UIKit.h>
 
 
@interface FirstViewController : UIViewController {
 
}
 
@end