mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-05-07 01:41:46 +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:
18
Code/ObjectMapping/RKObject.h
Normal file
18
Code/ObjectMapping/RKObject.h
Normal file
@@ -0,0 +1,18 @@
|
||||
//
|
||||
// RKObject.h
|
||||
// RestKit
|
||||
//
|
||||
// Created by Blake Watters on 7/20/10.
|
||||
// Copyright 2010 Two Toasters. All rights reserved.
|
||||
//
|
||||
|
||||
#import "RKObjectMappable.h"
|
||||
|
||||
/**
|
||||
* Base class for non-managed RestKit mappable objects.
|
||||
*/
|
||||
@interface RKObject : NSObject <RKObjectMappable> {
|
||||
|
||||
}
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user