summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLPutFileResponse.h
diff options
context:
space:
mode:
Diffstat (limited to 'SmartDeviceLink/SDLPutFileResponse.h')
-rw-r--r--SmartDeviceLink/SDLPutFileResponse.h13
1 files changed, 2 insertions, 11 deletions
diff --git a/SmartDeviceLink/SDLPutFileResponse.h b/SmartDeviceLink/SDLPutFileResponse.h
index 9857607ca..2140a0e2d 100644
--- a/SmartDeviceLink/SDLPutFileResponse.h
+++ b/SmartDeviceLink/SDLPutFileResponse.h
@@ -9,16 +9,7 @@
*
* Since SmartDeviceLink 2.0
*/
-@interface SDLPutFileResponse : SDLRPCResponse {
-}
-/**
- * @abstract Constructs a new SDLPutFileResponse object
- */
-- (instancetype)init;
-/**
- * @abstract Constructs a new SDLPutFileResponse object indicated by the dictionary parameter
- * @param dict The dictionary to use
- */
-- (instancetype)initWithDictionary:(NSMutableDictionary *)dict;
+@interface SDLPutFileResponse : SDLRPCResponse
+
@property (strong) NSNumber *spaceAvailable;
@end