From 9f99bad130508d529814c778852621f6a1b814cc Mon Sep 17 00:00:00 2001 From: Benoit Foucher Date: Tue, 31 May 2016 08:59:20 +0200 Subject: Added support for building Xcode SDK, added iAP transport --- cpp/test/ios/Classes/TestSelectController.h | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 cpp/test/ios/Classes/TestSelectController.h (limited to 'cpp/test/ios/Classes/TestSelectController.h') diff --git a/cpp/test/ios/Classes/TestSelectController.h b/cpp/test/ios/Classes/TestSelectController.h new file mode 100644 index 00000000000..97aac1a8fc3 --- /dev/null +++ b/cpp/test/ios/Classes/TestSelectController.h @@ -0,0 +1,26 @@ +// ********************************************************************** +// +// Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved. +// +// This copy of Ice Touch is licensed to you under the terms described in the +// ICE_LICENSE file included in this distribution. +// +// ********************************************************************** + +#import + +@class TestViewController; + +@interface TestSelectController : UIViewController +{ +@private + IBOutlet UIPickerView* pickerView; + IBOutlet UISegmentedControl* protocol; + IBOutlet UISwitch* loopSwitch; + NSArray* tests; + TestViewController *testViewController; +} + +-(IBAction)runTest:(id)sender; + +@end -- cgit v1.2.3