From be3f1d1fc29f0b13c26149a5e654e335eda75450 Mon Sep 17 00:00:00 2001 From: Benoit Foucher Date: Tue, 13 Dec 2016 17:40:25 +0100 Subject: Support for C++ iOS Simulator controller --- cpp/test/ios/controller/Classes/ViewController.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 cpp/test/ios/controller/Classes/ViewController.h (limited to 'cpp/test/ios/controller/Classes/ViewController.h') 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 + +@interface ViewController : UIViewController +{ +@private + IBOutlet UITextView* output; +} +@end + -- cgit v1.2.3