public
Description: A file transfer solution for iPhone and iPod Touch. Support uploading, download and delete files via browser.
Homepage:
Clone URL: git://github.com/robin/cocoa-web-resource.git
robin (author)
Mon Dec 08 01:32:55 -0800 2008
commit  08a59bdb1070c7b4fc42037e503eb65d1729435c
tree    e5f9a32df5eda60ad341713efa7d2fef48dfae42
parent  8c1736c954b89e229abc8f4121213eacd185c0ca
cocoa-web-resource / CocoaWebResource_Prefix.pch
100644 9 lines (7 sloc) 0.201 kb
1
2
3
4
5
6
7
8
9
//
// Prefix header for all source files of the 'CocoaWebResource' target in the 'CocoaWebResource' project
//
 
#ifdef __OBJC__
    #import <Foundation/Foundation.h>
    #import <UIKit/UIKit.h>
#endif