OpenVPNAdapter/OpenVPN Adapter/OpenVPNProperties+Internal.h
2017-04-26 18:06:34 +03:00

20 lines
309 B
Objective-C

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