Files
OpenVPNAdapter/Sources/OpenVPNAdapter/OpenVPNProperties+Internal.h
2018-10-18 12:52:58 +03:00

20 lines
303 B
Objective-C

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