summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLPutFileResponse.h
diff options
context:
space:
mode:
Diffstat (limited to 'SmartDeviceLink/SDLPutFileResponse.h')
-rw-r--r--SmartDeviceLink/SDLPutFileResponse.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/SmartDeviceLink/SDLPutFileResponse.h b/SmartDeviceLink/SDLPutFileResponse.h
index 408ac87a8..dfa7a74a7 100644
--- a/SmartDeviceLink/SDLPutFileResponse.h
+++ b/SmartDeviceLink/SDLPutFileResponse.h
@@ -9,7 +9,12 @@
*
* Since SmartDeviceLink 2.0
*/
+
+NS_ASSUME_NONNULL_BEGIN
+
@interface SDLPutFileResponse : SDLRPCResponse
-@property (strong) NSNumber<SDLInt> *spaceAvailable;
+@property (strong, nonatomic) NSNumber<SDLInt> *spaceAvailable;
@end
+
+NS_ASSUME_NONNULL_END