summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLAbstractProtocol.h
diff options
context:
space:
mode:
Diffstat (limited to 'SmartDeviceLink/SDLAbstractProtocol.h')
-rw-r--r--SmartDeviceLink/SDLAbstractProtocol.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/SmartDeviceLink/SDLAbstractProtocol.h b/SmartDeviceLink/SDLAbstractProtocol.h
index d1772d447..45e00b434 100644
--- a/SmartDeviceLink/SDLAbstractProtocol.h
+++ b/SmartDeviceLink/SDLAbstractProtocol.h
@@ -13,9 +13,9 @@ NS_ASSUME_NONNULL_BEGIN
@interface SDLAbstractProtocol : NSObject <SDLTransportDelegate>
-@property (strong) NSString *debugConsoleGroupName;
-@property (nullable, weak) SDLAbstractTransport *transport;
-@property (nullable, strong) NSHashTable<id<SDLProtocolListener>> *protocolDelegateTable;
+@property (strong, nonatomic) NSString *debugConsoleGroupName;
+@property (nullable, weak, nonatomic) SDLAbstractTransport *transport;
+@property (nullable, strong, nonatomic) NSHashTable<id<SDLProtocolListener>> *protocolDelegateTable;
@property (nullable, nonatomic, strong) id<SDLSecurityType> securityManager;
@property (nonatomic, copy) NSString *appId;