mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-01-13 09:30:46 +08:00
14 lines
272 B
Objective-C
14 lines
272 B
Objective-C
//
|
|
// RKFetchRequestMappingCache.h
|
|
// RestKit
|
|
//
|
|
// Created by Jeff Arena on 1/24/12.
|
|
// Copyright (c) 2012 RestKit. All rights reserved.
|
|
//
|
|
|
|
#import "RKManagedObjectMappingCache.h"
|
|
|
|
@interface RKFetchRequestMappingCache : NSObject <RKManagedObjectMappingCache>
|
|
|
|
@end
|