summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLDeleteFile.h
diff options
context:
space:
mode:
Diffstat (limited to 'SmartDeviceLink/SDLDeleteFile.h')
-rw-r--r--SmartDeviceLink/SDLDeleteFile.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/SmartDeviceLink/SDLDeleteFile.h b/SmartDeviceLink/SDLDeleteFile.h
index 8c2188eeb..4372e4333 100644
--- a/SmartDeviceLink/SDLDeleteFile.h
+++ b/SmartDeviceLink/SDLDeleteFile.h
@@ -12,6 +12,9 @@
* Since <b>SmartDeviceLink 2.0</b><br>
* see SDLPutFile SDLListFiles
*/
+
+NS_ASSUME_NONNULL_BEGIN
+
@interface SDLDeleteFile : SDLRPCRequest
- (instancetype)initWithFileName:(NSString *)fileName;
@@ -20,6 +23,8 @@
* @abstract a file reference name
* @discussion a String value representing a file reference name
*/
-@property (strong) NSString *syncFileName;
+@property (strong, nonatomic) NSString *syncFileName;
@end
+
+NS_ASSUME_NONNULL_END