Files
OpenVPNAdapter/OpenVPN Adapter/OpenVPNProperties+Internal.h
2018-01-23 17:04:32 +03:00

20 lines
310 B
Objective-C

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