diff options
Diffstat (limited to 'cpp/test/ios/controller/Classes/ViewController.h')
-rw-r--r-- | cpp/test/ios/controller/Classes/ViewController.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/cpp/test/ios/controller/Classes/ViewController.h b/cpp/test/ios/controller/Classes/ViewController.h new file mode 100644 index 00000000000..82e72ca876a --- /dev/null +++ b/cpp/test/ios/controller/Classes/ViewController.h @@ -0,0 +1,18 @@ +// ********************************************************************** +// +// Copyright (c) 2003-2016 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> + +@interface ViewController : UIViewController +{ +@private + IBOutlet UITextView* output; +} +@end + |