diff options
Diffstat (limited to 'SmartDeviceLink/SDLRPCRequest.h')
-rw-r--r-- | SmartDeviceLink/SDLRPCRequest.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/SmartDeviceLink/SDLRPCRequest.h b/SmartDeviceLink/SDLRPCRequest.h index fe7fb639d..b99449aef 100644 --- a/SmartDeviceLink/SDLRPCRequest.h +++ b/SmartDeviceLink/SDLRPCRequest.h @@ -4,8 +4,12 @@ #import "SDLRPCMessage.h" +NS_ASSUME_NONNULL_BEGIN + @interface SDLRPCRequest : SDLRPCMessage -@property (strong) NSNumber<SDLInt> *correlationID; +@property (strong, nonatomic) NSNumber<SDLInt> *correlationID; @end + +NS_ASSUME_NONNULL_END |