diff options
| author | Joel Fischer <joeljfischer@gmail.com> | 2017-01-18 09:11:44 -0500 |
|---|---|---|
| committer | Joel Fischer <joeljfischer@gmail.com> | 2017-01-18 09:11:44 -0500 |
| commit | 55850b04dca4b6d11e3a7fcac42d1e1708a36bdf (patch) | |
| tree | d9f444d1fc9ddd1faf28647ff171202f86df1a32 /SmartDeviceLink/SDLPutFileResponse.h | |
| parent | f44eba087b5f26897a6d126eedc691299f369782 (diff) | |
| download | sdl_ios-55850b04dca4b6d11e3a7fcac42d1e1708a36bdf.tar.gz | |
Make properties nonatomic
Diffstat (limited to 'SmartDeviceLink/SDLPutFileResponse.h')
| -rw-r--r-- | SmartDeviceLink/SDLPutFileResponse.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SmartDeviceLink/SDLPutFileResponse.h b/SmartDeviceLink/SDLPutFileResponse.h index 408ac87a8..c12c928c3 100644 --- a/SmartDeviceLink/SDLPutFileResponse.h +++ b/SmartDeviceLink/SDLPutFileResponse.h @@ -11,5 +11,5 @@ */ @interface SDLPutFileResponse : SDLRPCResponse -@property (strong) NSNumber<SDLInt> *spaceAvailable; +@property (strong, nonatomic) NSNumber<SDLInt> *spaceAvailable; @end |
