mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-01 22:42:51 +08:00
14 lines
262 B
Objective-C
14 lines
262 B
Objective-C
//
|
|
// RKTableViewExampleTests.h
|
|
// RKTableViewExampleTests
|
|
//
|
|
// Created by Blake Watters on 8/2/11.
|
|
// Copyright (c) 2009-2012 RestKit. All rights reserved.
|
|
//
|
|
|
|
#import <SenTestingKit/SenTestingKit.h>
|
|
|
|
@interface RKTableViewExampleTests : SenTestCase
|
|
|
|
@end
|