// // OpenVPNProperties+Internal.h // OpenVPN Adapter // // Created by Sergey Abramchuk on 26.04.17. // // #import "OpenVPNProperties.h" #include using namespace openvpn; @interface OpenVPNProperties (Internal) - (instancetype)initWithEvalConfig:(ClientAPI::EvalConfig)eval; @end