Files
RestKit/Examples/RKTwitterCoreData/RKTwitter_Prefix.pch
2012-10-25 10:07:15 -04:00

12 lines
331 B
Plaintext

//
// Prefix header for all source files of the 'RKTwitter' target in the 'RKTwitter' project
//
#ifdef __OBJC__
#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
#import <CoreData/CoreData.h>
#import <SystemConfiguration/SystemConfiguration.h>
#import <MobileCoreServices/MobileCoreServices.h>
#endif