mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-09 09:40:10 +08:00
12 lines
331 B
Plaintext
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
|