mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-01 22:42:51 +08:00
13 lines
229 B
Objective-C
13 lines
229 B
Objective-C
//
|
|
// RKObjectMappingDefinition.h
|
|
// RestKit
|
|
//
|
|
// Created by Blake Watters on 7/31/11.
|
|
// Copyright 2011 RestKit. All rights reserved.
|
|
//
|
|
|
|
@protocol RKObjectMappingDefinition <NSObject>
|
|
|
|
- (BOOL)forceCollectionMapping;
|
|
|
|
@end |