Declare a class which contains credentials

This commit is contained in:
Sergey Abramchuk
2017-04-24 16:30:15 +03:00
parent 8d591ba2e9
commit b792c9ba51
5 changed files with 83 additions and 0 deletions
@@ -0,0 +1,19 @@
//
// OpenVPNCredentials+Internal.h
// OpenVPN Adapter
//
// Created by Sergey Abramchuk on 24.04.17.
//
//
#import <client/ovpncli.hpp>
#import "OpenVPNCredentials.h"
using namespace openvpn;
@interface OpenVPNCredentials (Internal)
@property (readonly) ClientAPI::ProvideCreds credentials;
@end