diff options
Diffstat (limited to 'cpp/test/ios/testSuiteApp/Classes/TestSelectController.h')
-rw-r--r-- | cpp/test/ios/testSuiteApp/Classes/TestSelectController.h | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/cpp/test/ios/testSuiteApp/Classes/TestSelectController.h b/cpp/test/ios/testSuiteApp/Classes/TestSelectController.h deleted file mode 100644 index 612877969e1..00000000000 --- a/cpp/test/ios/testSuiteApp/Classes/TestSelectController.h +++ /dev/null @@ -1,26 +0,0 @@ -// ********************************************************************** -// -// Copyright (c) 2003-2017 ZeroC, Inc. All rights reserved. -// -// This copy of Ice is licensed to you under the terms described in the -// ICE_LICENSE file included in this distribution. -// -// ********************************************************************** - -#import <UIKit/UIKit.h> - -@class TestViewController; - -@interface TestSelectController : UIViewController<UIPickerViewDataSource, UIPickerViewDelegate> -{ -@private - IBOutlet UIPickerView* pickerView; - IBOutlet UISegmentedControl* protocol; - IBOutlet UISwitch* loopSwitch; - NSArray* testSuites; - TestViewController *testViewController; -} - --(IBAction)runTest:(id)sender; - -@end |