diff options
Diffstat (limited to 'SmartDeviceLink/SDLOnDriverDistraction.h')
-rw-r--r-- | SmartDeviceLink/SDLOnDriverDistraction.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/SmartDeviceLink/SDLOnDriverDistraction.h b/SmartDeviceLink/SDLOnDriverDistraction.h index ef6d0ab2f..7a0b4e163 100644 --- a/SmartDeviceLink/SDLOnDriverDistraction.h +++ b/SmartDeviceLink/SDLOnDriverDistraction.h @@ -22,11 +22,16 @@ * * @since SDL 1.0 */ + +NS_ASSUME_NONNULL_BEGIN + @interface SDLOnDriverDistraction : SDLRPCNotification /** * @abstract The driver distraction state (i.e. whether driver distraction rules are in effect, or not) */ -@property (strong) SDLDriverDistractionState state; +@property (strong, nonatomic) SDLDriverDistractionState state; @end + +NS_ASSUME_NONNULL_END |