summaryrefslogtreecommitdiff
path: root/SmartDeviceLink-iOS/SmartDeviceLink/SDLSystemRequestResponse.h
diff options
context:
space:
mode:
Diffstat (limited to 'SmartDeviceLink-iOS/SmartDeviceLink/SDLSystemRequestResponse.h')
-rw-r--r--SmartDeviceLink-iOS/SmartDeviceLink/SDLSystemRequestResponse.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/SmartDeviceLink-iOS/SmartDeviceLink/SDLSystemRequestResponse.h b/SmartDeviceLink-iOS/SmartDeviceLink/SDLSystemRequestResponse.h
index e91fbf9f5..a11943aea 100644
--- a/SmartDeviceLink-iOS/SmartDeviceLink/SDLSystemRequestResponse.h
+++ b/SmartDeviceLink-iOS/SmartDeviceLink/SDLSystemRequestResponse.h
@@ -1,10 +1,13 @@
// SDLSystemRequestResponse.h
//
-// Copyright (c) 2014 Ford Motor Company. All rights reserved.
+
#import "SDLRPCResponse.h"
+/** SDLSystemRequestResponse is sent, when SDLSystemRequest has been called.
+ * Since<b>SmartDeviceLink 3.0</b>
+ */
@interface SDLSystemRequestResponse : SDLRPCResponse {}
-(id) init;