public
Description: A port of Ruby on Rails' ActiveResource to Objective-C (and specifically the iPhone)
Homepage: http://iphoneonrails.com
Clone URL: git://github.com/yfactorial/objectiveresource.git
objectiveresource / objective_resource_Prefix.pch
100644 9 lines (7 sloc) 0.191 kb
1
2
3
4
5
6
7
8
9
//
// Prefix header for all source files of the 'active_resource' target in the 'active_resource' project
//
 
#ifdef __OBJC__
#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
#endif