Files
OpenVPNAdapter/Sources/OpenVPNAdapter/library/OpenVPNDhcpOptionEntry+Internal.h
T
2020-09-06 15:03:47 -03:00

19 lines
312 B
Objective-C

//
// OpenVPNDhcpOptionEntry+Internal.h
// Pods
//
// Created by Dener Araújo on 06/09/20.
//
#import "OpenVPNDhcpOptionEntry.h"
#include <ovpnapi.hpp>
using namespace openvpn;
@interface OpenVPNDhcpOptionEntry (Internal)
- (instancetype)initWithDhcpOptionEntry:(ClientAPI::DhcpOptionEntry)entry;
@end