mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-05-28 16:05:44 +08:00
14 lines
243 B
Objective-C
14 lines
243 B
Objective-C
//
|
|
// RKResponseMapperOperationTest.h
|
|
// RestKit
|
|
//
|
|
// Created by Blake Watters on 10/5/12.
|
|
// Copyright (c) 2012 RestKit. All rights reserved.
|
|
//
|
|
|
|
#import "RKTestEnvironment.h"
|
|
|
|
@interface RKResponseMapperOperationTest : RKTestCase
|
|
|
|
@end
|