summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLDeleteFileResponse.h
diff options
context:
space:
mode:
Diffstat (limited to 'SmartDeviceLink/SDLDeleteFileResponse.h')
-rw-r--r--SmartDeviceLink/SDLDeleteFileResponse.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/SmartDeviceLink/SDLDeleteFileResponse.h b/SmartDeviceLink/SDLDeleteFileResponse.h
index 8c3fc4fc5..c639dcdd7 100644
--- a/SmartDeviceLink/SDLDeleteFileResponse.h
+++ b/SmartDeviceLink/SDLDeleteFileResponse.h
@@ -17,7 +17,7 @@ NS_ASSUME_NONNULL_BEGIN
/**
The remaining available space for your application to store data on the remote system.
*/
-@property (strong, nonatomic) NSNumber<SDLInt> *spaceAvailable;
+@property (nullable, strong, nonatomic) NSNumber<SDLInt> *spaceAvailable;
@end