Wrap connection info

This commit is contained in:
Sergey Abramchuk
2017-04-26 13:53:38 +03:00
parent 102e617ad9
commit d6416eaece
4 changed files with 102 additions and 0 deletions
@@ -0,0 +1,19 @@
//
// OpenVPNConnectionInfo+Internal.h
// OpenVPN Adapter
//
// Created by Sergey Abramchuk on 26.04.17.
//
//
#import <client/ovpncli.hpp>
#import "OpenVPNConnectionInfo.h"
using namespace openvpn;
@interface OpenVPNConnectionInfo (Internal)
- (instancetype)initWithConnectionInfo:(ClientAPI::ConnectionInfo)info;
@end