Declare open vpn adapter class and methods for client configuration

This commit is contained in:
Sergey Abramchuk
2017-02-11 15:16:25 +03:00
parent bc67a391b0
commit bc37cef1a4
3 changed files with 65 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
//
// OpenVPNAdapter.h
// OpenVPN iOS Client
//
// Created by Sergey Abramchuk on 11.02.17.
//
//
#import <Foundation/Foundation.h>
@interface OpenVPNAdapter : NSObject
@end