summaryrefslogtreecommitdiff
path: root/SDL_iOS/SmartDeviceLinkTester/SmartDeviceLinkTester/AddSubMenuViewController.h
diff options
context:
space:
mode:
authorkhburdette <kburdet1@ford.com>2013-04-19 15:58:59 -0400
committerkhburdette <kburdet1@ford.com>2013-04-19 15:58:59 -0400
commita46991cd5da4dbcc5510457c6bae2dab340c1ed2 (patch)
tree9f4d9ccec060c4b6cd378aa631442f710c140962 /SDL_iOS/SmartDeviceLinkTester/SmartDeviceLinkTester/AddSubMenuViewController.h
downloadsmartdevicelink-a46991cd5da4dbcc5510457c6bae2dab340c1ed2.tar.gz
Initial Ford commit with Core and Proxies
Diffstat (limited to 'SDL_iOS/SmartDeviceLinkTester/SmartDeviceLinkTester/AddSubMenuViewController.h')
-rw-r--r--SDL_iOS/SmartDeviceLinkTester/SmartDeviceLinkTester/AddSubMenuViewController.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/SDL_iOS/SmartDeviceLinkTester/SmartDeviceLinkTester/AddSubMenuViewController.h b/SDL_iOS/SmartDeviceLinkTester/SmartDeviceLinkTester/AddSubMenuViewController.h
new file mode 100644
index 000000000..7b83ec83a
--- /dev/null
+++ b/SDL_iOS/SmartDeviceLinkTester/SmartDeviceLinkTester/AddSubMenuViewController.h
@@ -0,0 +1,23 @@
+//
+// Copyright (c) 2013 Ford Motor Company
+//
+
+#import <UIKit/UIKit.h>
+#import "SDLBrain.h"
+#import "AddMenuOption.h"
+
+@interface AddSubMenuViewController : UIViewController <UITextFieldDelegate> {
+
+ IBOutlet UITextField *menuNameText;
+ IBOutlet UITextField *menuIDText;
+
+ IBOutlet UILabel *positionLabel;
+ IBOutlet UISlider *positionSlider;
+}
+
+-(IBAction)displayPositionSlider:(id)sender;
+-(IBAction)addSubMenuPressed:(id)sender;
+
+@end
+
+NSMutableArray *subMenuIssued; \ No newline at end of file