mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-05-06 17:32:52 +08:00
22 lines
328 B
Objective-C
22 lines
328 B
Objective-C
//
|
|
// RKManagedObjectSpec.m
|
|
// RestKit
|
|
//
|
|
// Created by Blake Watters on 1/14/10.
|
|
// Copyright 2010 Two Toasters. All rights reserved.
|
|
//
|
|
|
|
#import "RKSpecEnvironment.h"
|
|
#import "RKObjectManager.h"
|
|
#import "RKHuman.h"
|
|
|
|
@interface RKManagedObjectSpec : NSObject <UISpec> {
|
|
|
|
}
|
|
|
|
@end
|
|
|
|
@implementation RKManagedObjectSpec
|
|
|
|
@end
|