summaryrefslogtreecommitdiff
path: root/SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLDeleteCommandResponse.h
diff options
context:
space:
mode:
Diffstat (limited to 'SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLDeleteCommandResponse.h')
-rw-r--r--SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLDeleteCommandResponse.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLDeleteCommandResponse.h b/SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLDeleteCommandResponse.h
new file mode 100644
index 000000000..f9a38b037
--- /dev/null
+++ b/SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLDeleteCommandResponse.h
@@ -0,0 +1,15 @@
+//
+// Copyright (c) 2013 Ford Motor Company
+//
+
+#import <Foundation/Foundation.h>
+#import "SDLRPCResponse.h"
+
+#import "SDLResult.h"
+
+@interface SDLDeleteCommandResponse : SDLRPCResponse {}
+
+-(id) init;
+-(id) initWithDictionary:(NSMutableDictionary*) dict;
+
+@end