mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-06-13 17:46:28 +08:00
14 lines
237 B
Objective-C
14 lines
237 B
Objective-C
//
|
|
// RKSViewController.h
|
|
// RKSearchExample
|
|
//
|
|
// Created by Blake Watters on 8/7/12.
|
|
// Copyright (c) 2012 Blake Watters. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface RKSViewController : UITableViewController
|
|
|
|
@end
|