mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-23 20:31:13 +08:00
Finished split into more logical components. Library now copies Headers to Build/RestKit and you can selectively link against the components your app needs. libRestKit.a contains everything from the core library.
This commit is contained in:
20
Code/RestKit.h
Normal file
20
Code/RestKit.h
Normal file
@@ -0,0 +1,20 @@
|
||||
//
|
||||
// RestKit.h
|
||||
// RestKit
|
||||
//
|
||||
// Created by Blake Watters on 2/19/10.
|
||||
// Copyright 2010 Two Toasters. All rights reserved.
|
||||
//
|
||||
|
||||
#import "Network/Network.h"
|
||||
#import "Support/Support.h"
|
||||
#import "ObjectMapping/ObjectMapping.h"
|
||||
|
||||
//#import "RestKit/RKClient.h"
|
||||
//#import "RestKit/Errors.h"
|
||||
//#import "RestKit/RKObjectManager.h"
|
||||
//#import "RestKit/RKObject.h"
|
||||
//#import "RestKit/RKManagedObject.h"
|
||||
//#import "RestKit/RKNotifications.h"
|
||||
//#import "RestKit/RKObjectSeeder.h"
|
||||
//#import "RestKit/NSDictionary+RKAdditions.h"
|
||||
Reference in New Issue
Block a user