Files
RestKit/Code/ObjectMapping/RKRailsRouter.h
2010-10-19 14:27:17 -04:00

17 lines
255 B
Objective-C

//
// RKRailsRouter.h
// RestKit
//
// Created by Blake Watters on 10/18/10.
// Copyright 2010 Two Toasters. All rights reserved.
//
#import <Foundation/Foundation.h>
#import "RKDynamicRouter.h"
@interface RKRailsRouter : RKDynamicRouter {
}
@end