OpenVPNAdapter/OpenVPN Adapter/OpenVPNAdapter.h
Sergey Abramchuk 0b1e8117f0 Rename category from Client to Internal. Set tick and handleLog methods of adapter delegate as optional.
Delete unnecessary properties ad methods. Implement applying configuration and providing credentials.
2017-04-27 23:43:10 +03:00

14 lines
177 B
Objective-C

//
// OpenVPNAdapter.h
// OpenVPN Adapter
//
// Created by Sergey Abramchuk on 11.02.17.
//
//
#import <Foundation/Foundation.h>
@interface OpenVPNAdapter : NSObject
@end