diff options
Diffstat (limited to 'SmartDeviceLink/SDLOnTouchEvent.h')
-rw-r--r-- | SmartDeviceLink/SDLOnTouchEvent.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/SmartDeviceLink/SDLOnTouchEvent.h b/SmartDeviceLink/SDLOnTouchEvent.h index 7e6b00f7d..21b3e1c5b 100644 --- a/SmartDeviceLink/SDLOnTouchEvent.h +++ b/SmartDeviceLink/SDLOnTouchEvent.h @@ -7,9 +7,13 @@ @class SDLTouchEvent; +NS_ASSUME_NONNULL_BEGIN + @interface SDLOnTouchEvent : SDLRPCNotification -@property (strong) SDLTouchType type; -@property (strong) NSMutableArray<SDLTouchEvent *> *event; +@property (strong, nonatomic) SDLTouchType type; +@property (strong, nonatomic) NSMutableArray<SDLTouchEvent *> *event; @end + +NS_ASSUME_NONNULL_END |