diff options
Diffstat (limited to 'SmartDeviceLink/SDLMyKey.h')
-rw-r--r-- | SmartDeviceLink/SDLMyKey.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/SmartDeviceLink/SDLMyKey.h b/SmartDeviceLink/SDLMyKey.h index 30c1d490a..1100d4990 100644 --- a/SmartDeviceLink/SDLMyKey.h +++ b/SmartDeviceLink/SDLMyKey.h @@ -5,9 +5,12 @@ #import "SDLVehicleDataStatus.h" +NS_ASSUME_NONNULL_BEGIN @interface SDLMyKey : SDLRPCStruct -@property (strong) SDLVehicleDataStatus e911Override; +@property (strong, nonatomic) SDLVehicleDataStatus e911Override; @end + +NS_ASSUME_NONNULL_END |