summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLOnSystemRequest.h
diff options
context:
space:
mode:
Diffstat (limited to 'SmartDeviceLink/SDLOnSystemRequest.h')
-rw-r--r--SmartDeviceLink/SDLOnSystemRequest.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/SmartDeviceLink/SDLOnSystemRequest.h b/SmartDeviceLink/SDLOnSystemRequest.h
index 2bfe7b462..236cde278 100644
--- a/SmartDeviceLink/SDLOnSystemRequest.h
+++ b/SmartDeviceLink/SDLOnSystemRequest.h
@@ -10,12 +10,12 @@ NS_ASSUME_NONNULL_BEGIN
@interface SDLOnSystemRequest : SDLRPCNotification
-@property (strong) SDLRequestType requestType;
-@property (nullable, strong) NSString *url;
-@property (nullable, strong) NSNumber<SDLInt> *timeout;
-@property (nullable, strong) SDLFileType fileType;
-@property (nullable, strong) NSNumber<SDLUInt> *offset;
-@property (nullable, strong) NSNumber<SDLUInt> *length;
+@property (strong, nonatomic) SDLRequestType requestType;
+@property (nullable, strong, nonatomic) NSString *url;
+@property (nullable, strong, nonatomic) NSNumber<SDLInt> *timeout;
+@property (nullable, strong, nonatomic) SDLFileType fileType;
+@property (nullable, strong, nonatomic) NSNumber<SDLUInt> *offset;
+@property (nullable, strong, nonatomic) NSNumber<SDLUInt> *length;
@end