summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLTouchEventCapabilities.h
diff options
context:
space:
mode:
Diffstat (limited to 'SmartDeviceLink/SDLTouchEventCapabilities.h')
-rw-r--r--SmartDeviceLink/SDLTouchEventCapabilities.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/SmartDeviceLink/SDLTouchEventCapabilities.h b/SmartDeviceLink/SDLTouchEventCapabilities.h
index 1d02f40b0..87bb68bf4 100644
--- a/SmartDeviceLink/SDLTouchEventCapabilities.h
+++ b/SmartDeviceLink/SDLTouchEventCapabilities.h
@@ -8,9 +8,9 @@ NS_ASSUME_NONNULL_BEGIN
@interface SDLTouchEventCapabilities : SDLRPCStruct
-@property (strong) NSNumber<SDLBool> *pressAvailable;
-@property (strong) NSNumber<SDLBool> *multiTouchAvailable;
-@property (strong) NSNumber<SDLBool> *doublePressAvailable;
+@property (strong, nonatomic) NSNumber<SDLBool> *pressAvailable;
+@property (strong, nonatomic) NSNumber<SDLBool> *multiTouchAvailable;
+@property (strong, nonatomic) NSNumber<SDLBool> *doublePressAvailable;
@end