Files
RestKit/Code/RKMappingFormatJSONParser.h
2010-03-04 15:54:29 -05:00

16 lines
258 B
Objective-C

//
// RKMappingFormatJSONParser.h
// RestKit
//
// Created by Blake Watters on 3/4/10.
// Copyright 2010 Two Toasters. All rights reserved.
//
#import "RKModelMapper.h"
@interface RKMappingFormatJSONParser : NSObject <RKMappingFormatParser> {
}
@end