summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLDeleteFileResponse.h
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2017-01-18 09:11:44 -0500
committerJoel Fischer <joeljfischer@gmail.com>2017-01-18 09:11:44 -0500
commit55850b04dca4b6d11e3a7fcac42d1e1708a36bdf (patch)
treed9f444d1fc9ddd1faf28647ff171202f86df1a32 /SmartDeviceLink/SDLDeleteFileResponse.h
parentf44eba087b5f26897a6d126eedc691299f369782 (diff)
downloadsdl_ios-55850b04dca4b6d11e3a7fcac42d1e1708a36bdf.tar.gz
Make properties nonatomic
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 dc2a91f4d..6fe0cb487 100644
--- a/SmartDeviceLink/SDLDeleteFileResponse.h
+++ b/SmartDeviceLink/SDLDeleteFileResponse.h
@@ -11,6 +11,6 @@
*/
@interface SDLDeleteFileResponse : SDLRPCResponse
-@property (strong) NSNumber<SDLInt> *spaceAvailable;
+@property (strong, nonatomic) NSNumber<SDLInt> *spaceAvailable;
@end