mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-05-27 09:41:53 +08:00
20 lines
282 B
Objective-C
20 lines
282 B
Objective-C
//
|
|
// RKRequestSpec.m
|
|
// RestKit
|
|
//
|
|
// Created by Blake Watters on 1/15/10.
|
|
// Copyright 2010 Two Toasters. All rights reserved.
|
|
//
|
|
|
|
#import "RKSpecEnvironment.h"
|
|
#import "RKRequest.h"
|
|
|
|
@interface RKRequestSpec : NSObject <UISpec> {
|
|
}
|
|
|
|
@end
|
|
|
|
@implementation RKRequestSpec
|
|
|
|
@end
|