mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-21 02:50:11 +08:00
Implemented example application building RestKit into a CLI utility for parsing files and evaluating keyPaths against the results. refs #409
This commit is contained in:
@@ -18,10 +18,10 @@
|
||||
// limitations under the License.
|
||||
//
|
||||
|
||||
#if TARGET_OS_MAC
|
||||
#import <CoreServices/CoreServices.h>
|
||||
#elif TARGET_OS_IPHONE
|
||||
#if TARGET_OS_IPHONE
|
||||
#import <MobileCoreServices/UTType.h>
|
||||
#else
|
||||
#import <CoreServices/CoreServices.h>
|
||||
#endif
|
||||
#import "NSString+RestKit.h"
|
||||
#import "../Network/RKClient.h"
|
||||
|
||||
Reference in New Issue
Block a user