mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-13 22:45:23 +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:
11
Code/ObjectMapping/ObjectMapping.h
Normal file
11
Code/ObjectMapping/ObjectMapping.h
Normal file
@@ -0,0 +1,11 @@
|
||||
//
|
||||
// ObjectMapping.h
|
||||
// RestKit
|
||||
//
|
||||
// Created by Blake Watters on 9/30/10.
|
||||
// Copyright 2010 Two Toasters. All rights reserved.
|
||||
//
|
||||
|
||||
#import "RKObjectManager.h"
|
||||
#import "RKObject.h"
|
||||
#import "RKObjectLoader.h"
|
||||
Reference in New Issue
Block a user