Files
RestKit/Examples/RKCatalog/App/RKCatalog-Prefix.pch
2011-04-22 11:34:33 -04:00

16 lines
358 B
Plaintext

//
// Prefix header for all source files of the 'RKCatalog' target in the 'RKCatalog' project
//
#import <Availability.h>
#ifndef __IPHONE_3_0
#warning "This project uses features only available in iPhone SDK 3.0 and later."
#endif
#ifdef __OBJC__
#import <UIKit/UIKit.h>
#import <Foundation/Foundation.h>
#import <CoreData/CoreData.h>
#endif