mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-04 22:58:14 +08:00
that allow the developer to explicitly specify the object mapping to use for processing the response. closes #168
13 lines
254 B
Objective-C
13 lines
254 B
Objective-C
//
|
|
// RKRequest_Internals.h
|
|
// RestKit
|
|
//
|
|
// Created by Blake Watters on 5/31/11.
|
|
// Copyright 2011 Two Toasters. All rights reserved.
|
|
//
|
|
|
|
@interface RKRequest (Internals)
|
|
- (BOOL)prepareURLRequest;
|
|
- (void)didFailLoadWithError:(NSError*)error;
|
|
@end
|