summaryrefslogtreecommitdiff
path: root/SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLSetGlobalProperties.h
diff options
context:
space:
mode:
Diffstat (limited to 'SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLSetGlobalProperties.h')
-rw-r--r--SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLSetGlobalProperties.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLSetGlobalProperties.h b/SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLSetGlobalProperties.h
new file mode 100644
index 000000000..0f2455da1
--- /dev/null
+++ b/SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLSetGlobalProperties.h
@@ -0,0 +1,19 @@
+//
+// Copyright (c) 2013 Ford Motor Company
+//
+
+#import <Foundation/Foundation.h>
+#import "SDLRPCRequest.h"
+
+#import "SDLTTSChunk.h"
+#import "SDLTTSChunk.h"
+
+@interface SDLSetGlobalProperties : SDLRPCRequest {}
+
+-(id) init;
+-(id) initWithDictionary:(NSMutableDictionary*) dict;
+
+@property(assign) NSMutableArray* helpPrompt;
+@property(assign) NSMutableArray* timeoutPrompt;
+
+@end