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