mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-03-30 23:24:06 +08:00
13 lines
299 B
Objective-C
13 lines
299 B
Objective-C
//
|
|
// RKObjectMappingOperationDataSource.h
|
|
// RestKit
|
|
//
|
|
// Created by Blake Watters on 7/3/12.
|
|
// Copyright (c) 2012 RestKit. All rights reserved.
|
|
//
|
|
|
|
#import <RestKit/RKMappingOperationDataSource.h>
|
|
|
|
@interface RKObjectMappingOperationDataSource : NSObject <RKMappingOperationDataSource>
|
|
@end
|