mirror of
https://github.com/deneraraujo/OpenVPNAdapter.git
synced 2026-04-24 00:00:05 +08:00
19 lines
312 B
Objective-C
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
|