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

11 lines
297 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 <SystemConfiguration/SystemConfiguration.h>
#import <MobileCoreServices/MobileCoreServices.h>
#endif