Declare class contains client configuration

This commit is contained in:
Sergey Abramchuk
2017-04-21 18:41:08 +03:00
parent 8cba80999b
commit a043f5eb84
3 changed files with 61 additions and 0 deletions
@@ -0,0 +1,19 @@
//
// OpenVPNConfiguration+Internal.h
// OpenVPN Adapter
//
// Created by Sergey Abramchuk on 21.04.17.
//
//
#import <client/ovpncli.hpp>
#import "OpenVPNConfiguration.h"
using namespace openvpn;
@interface OpenVPNConfiguration (Internal)
@property (readonly) ClientAPI::Config config;
@end