summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLListFilesResponse.h
diff options
context:
space:
mode:
authorSho Amano <samano@xevo.com>2018-09-26 11:02:23 +0900
committerSho Amano <samano@xevo.com>2018-09-26 11:02:23 +0900
commit0bb6170e002fa13ac3c3bc39e8baa1e6ba7ac2b4 (patch)
tree4973697f32e6bf526e8a5496a14e2dcef07adecc /SmartDeviceLink/SDLListFilesResponse.h
parent518015176789e425626989205cf0659616f63be8 (diff)
parent3aebf547fbe8ff12d9a28cdf8ad4fb20541c3e7f (diff)
downloadsdl_ios-0bb6170e002fa13ac3c3bc39e8baa1e6ba7ac2b4.tar.gz
Merge branch 'develop' into feature/multiple_transports
Conflicts: SmartDeviceLink/SDLGlobals.m
Diffstat (limited to 'SmartDeviceLink/SDLListFilesResponse.h')
-rw-r--r--SmartDeviceLink/SDLListFilesResponse.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/SmartDeviceLink/SDLListFilesResponse.h b/SmartDeviceLink/SDLListFilesResponse.h
index b269b11c4..b5ddef16e 100644
--- a/SmartDeviceLink/SDLListFilesResponse.h
+++ b/SmartDeviceLink/SDLListFilesResponse.h
@@ -22,7 +22,7 @@ NS_ASSUME_NONNULL_BEGIN
/**
Provides the total local space available on the module for the registered app.
*/
-@property (strong, nonatomic) NSNumber<SDLInt> *spaceAvailable;
+@property (nullable, strong, nonatomic) NSNumber<SDLInt> *spaceAvailable;
@end