#import #import #import class IosController; @interface IosControllerWrapper : NSObject { IosController *cppController; } - (instancetype)initWithCppController:(IosController *)controller; - (void)vpnStatusDidChange:(NSNotification *)notification; - (void)vpnConfigurationDidChange:(NSNotification *)notification; @end