public
Description: Cocoa classes to interact with RESTful services (including Twitter)
Homepage:
Clone URL: git://github.com/sdegutis/CocoaREST.git
CocoaREST / SDSocialNetwork_Prefix.pch
100644 8 lines (6 sloc) 0.141 kb
1
2
3
4
5
6
7
8
//
// Prefix header for all source files of the 'SDNet' target in the 'SDNet' project
//
 
#ifdef __OBJC__
    #import <Cocoa/Cocoa.h>
#endif