diff options
Diffstat (limited to 'SmartDeviceLink/SDLDeleteCommand.h')
-rw-r--r-- | SmartDeviceLink/SDLDeleteCommand.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/SmartDeviceLink/SDLDeleteCommand.h b/SmartDeviceLink/SDLDeleteCommand.h index ed2586d6d..2bc9e7769 100644 --- a/SmartDeviceLink/SDLDeleteCommand.h +++ b/SmartDeviceLink/SDLDeleteCommand.h @@ -16,6 +16,9 @@ * Since <b>SmartDeviceLink 1.0</b><br> * see SDLAddCommand SDLAddSubMenu SDLDeleteSubMenu */ + +NS_ASSUME_NONNULL_BEGIN + @interface SDLDeleteCommand : SDLRPCRequest - (instancetype)initWithId:(UInt32)commandId; @@ -26,6 +29,8 @@ * <p> * <b>Notes: </b>Min Value: 0; Max Value: 2000000000 */ -@property (strong) NSNumber<SDLInt> *cmdID; +@property (strong, nonatomic) NSNumber<SDLInt> *cmdID; @end + +NS_ASSUME_NONNULL_END |