mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-03 09:45:10 +08:00
15 lines
202 B
Objective-C
15 lines
202 B
Objective-C
//
|
|
// RKRailsRouter.m
|
|
// RestKit
|
|
//
|
|
// Created by Blake Watters on 10/18/10.
|
|
// Copyright 2010 Two Toasters. All rights reserved.
|
|
//
|
|
|
|
#import "RKRailsRouter.h"
|
|
|
|
|
|
@implementation RKRailsRouter
|
|
|
|
@end
|