summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLRPCMessage.h
diff options
context:
space:
mode:
Diffstat (limited to 'SmartDeviceLink/SDLRPCMessage.h')
-rw-r--r--SmartDeviceLink/SDLRPCMessage.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/SmartDeviceLink/SDLRPCMessage.h b/SmartDeviceLink/SDLRPCMessage.h
index a9ea45064..3612d15c0 100644
--- a/SmartDeviceLink/SDLRPCMessage.h
+++ b/SmartDeviceLink/SDLRPCMessage.h
@@ -20,9 +20,9 @@ NS_ASSUME_NONNULL_BEGIN
- (nullable NSObject *)getParameters:(NSString *)functionName;
- (void)setParameters:(NSString *)functionName value:(nullable NSObject *)value;
-@property (nullable, strong) NSData *bulkData;
-@property (strong, readonly) NSString *name;
-@property (strong, readonly) NSString *messageType;
+@property (nullable, strong, nonatomic) NSData *bulkData;
+@property (strong, nonatomic, readonly) NSString *name;
+@property (strong, nonatomic, readonly) NSString *messageType;
@end