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

20 lines
323 B
Objective-C

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