summaryrefslogtreecommitdiff
path: root/SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLGlobalProperty.h
diff options
context:
space:
mode:
Diffstat (limited to 'SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLGlobalProperty.h')
-rw-r--r--SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLGlobalProperty.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLGlobalProperty.h b/SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLGlobalProperty.h
new file mode 100644
index 000000000..432328651
--- /dev/null
+++ b/SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLGlobalProperty.h
@@ -0,0 +1,16 @@
+//
+// Copyright (c) 2013 Ford Motor Company
+//
+
+#import <Foundation/Foundation.h>
+#import "SDLEnum.h"
+
+@interface SDLGlobalProperty : SDLEnum {}
+
++(SDLGlobalProperty*) valueOf:(NSString*) value;
++(NSMutableArray*) values;
+
++(SDLGlobalProperty*) HELPPROMPT;
++(SDLGlobalProperty*) TIMEOUTPROMPT;
+
+@end