// // OpenVPNConnectionInfo+Internal.h // OpenVPN Adapter // // Created by Sergey Abramchuk on 26.04.17. // // #import #import "OpenVPNConnectionInfo.h" using namespace openvpn; @interface OpenVPNConnectionInfo (Internal) - (instancetype)initWithConnectionInfo:(ClientAPI::ConnectionInfo)info; @end