mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-02 17:57:22 +08:00
17 lines
302 B
Objective-C
17 lines
302 B
Objective-C
//
|
|
// RKObjectMappingDefinition.m
|
|
// RestKit
|
|
//
|
|
// Created by Blake Watters on 2/15/12.
|
|
// Copyright (c) 2009-2012 RestKit. All rights reserved.
|
|
//
|
|
|
|
#import "RKObjectMappingDefinition.h"
|
|
|
|
@implementation RKObjectMappingDefinition
|
|
|
|
@synthesize rootKeyPath;
|
|
@synthesize forceCollectionMapping;
|
|
|
|
@end
|