Wrap eval config

This commit is contained in:
Sergey Abramchuk
2017-04-26 18:06:34 +03:00
parent 9920737837
commit eab5cd72d7
3 changed files with 159 additions and 0 deletions
@@ -0,0 +1,19 @@
//
// 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