mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-02 22:42:45 +08:00
17 lines
255 B
Objective-C
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
|