From 49e1618006301fdbe090f11851557c386466028c Mon Sep 17 00:00:00 2001 From: Benoit Foucher Date: Thu, 15 Dec 2016 16:09:25 +0100 Subject: iOS C++ controller fixes --- cpp/test/ios/controller/Classes/ViewController.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (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 index 1ce9af06153..645dbbab57f 100644 --- a/cpp/test/ios/controller/Classes/ViewController.h +++ b/cpp/test/ios/controller/Classes/ViewController.h @@ -14,11 +14,16 @@ -(void) println:(NSString*)msg; @end -@interface ViewController : UIViewController +@interface ViewController : UIViewController { @private + IBOutlet UIPickerView* interfaceIPv4; + IBOutlet UIPickerView* interfaceIPv6; IBOutlet UITextView* output; + void (*startController)(id, NSString*, NSString*); void (*stopController)(id); + NSMutableArray* interfacesIPv4; + NSMutableArray* interfacesIPv6; } @end -- cgit v1.2.3