summaryrefslogtreecommitdiff
path: root/SmartDeviceLink-iOS/SmartDeviceLink/SDLDeleteFileResponse.h
diff options
context:
space:
mode:
Diffstat (limited to 'SmartDeviceLink-iOS/SmartDeviceLink/SDLDeleteFileResponse.h')
-rw-r--r--SmartDeviceLink-iOS/SmartDeviceLink/SDLDeleteFileResponse.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/SmartDeviceLink-iOS/SmartDeviceLink/SDLDeleteFileResponse.h b/SmartDeviceLink-iOS/SmartDeviceLink/SDLDeleteFileResponse.h
index 32df9b91a..8ba593a1c 100644
--- a/SmartDeviceLink-iOS/SmartDeviceLink/SDLDeleteFileResponse.h
+++ b/SmartDeviceLink-iOS/SmartDeviceLink/SDLDeleteFileResponse.h
@@ -1,10 +1,15 @@
// SDLDeleteFileResponse.h
//
-// Copyright (c) 2014 Ford Motor Company. All rights reserved.
+
#import "SDLRPCResponse.h"
+/**
+ * Delete File Response is sent, when DeleteFile has been called
+ *
+ * Since <b>SmartDeviceLink 2.0</b><br>
+ */
@interface SDLDeleteFileResponse : SDLRPCResponse {}
-(id) init;