mirror of
https://github.com/deneraraujo/OpenVPNAdapter.git
synced 2026-02-11 00:00:08 +08:00
19 lines
306 B
Objective-C
19 lines
306 B
Objective-C
//
|
|
// OpenVPNCredentials+Internal.h
|
|
// OpenVPN Adapter
|
|
//
|
|
// Created by Sergey Abramchuk on 24.04.17.
|
|
//
|
|
//
|
|
#import "OpenVPNCredentials.h"
|
|
|
|
#include <client/ovpncli.hpp>
|
|
|
|
using namespace openvpn;
|
|
|
|
@interface OpenVPNCredentials (Internal)
|
|
|
|
@property (readonly) ClientAPI::ProvideCreds credentials;
|
|
|
|
@end
|