mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-05-09 03:48:07 +08:00
Delete ivars that are already @synthesized. Refs #614.
This commit is contained in:
committed by
Blake Watters
parent
5898b95d33
commit
7cbccfd322
@@ -27,10 +27,7 @@
|
||||
|
||||
@see RKRequestSerializable
|
||||
*/
|
||||
@interface RKRequestSerialization : NSObject <RKRequestSerializable> {
|
||||
NSData *_data;
|
||||
NSString *_MIMEType;
|
||||
}
|
||||
@interface RKRequestSerialization : NSObject <RKRequestSerializable>
|
||||
|
||||
|
||||
///-----------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user