mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-06-11 08:14:12 +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
|