mirror of
https://github.com/deneraraujo/OpenVPNAdapter.git
synced 2026-04-24 00:00:05 +08:00
Put OpenVPN adapter into separate framework and add libraries compiled for simulator
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
//
|
||||
// OpenVPNAdapter.h
|
||||
// OpenVPNAdapter
|
||||
//
|
||||
// Created by Sergey Abramchuk on 09.03.17.
|
||||
//
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
//! Project version number for OpenVPNAdapter.
|
||||
FOUNDATION_EXPORT double OpenVPNAdapterVersionNumber;
|
||||
|
||||
//! Project version string for OpenVPNAdapter.
|
||||
FOUNDATION_EXPORT const unsigned char OpenVPNAdapterVersionString[];
|
||||
|
||||
// In this header, you should import all the public headers of your framework using statements like #import <OpenVPNAdapter/PublicHeader.h>
|
||||
|
||||
#import <OpenVPNAdapter/OpenVPNError.h>
|
||||
#import <OpenVPNAdapter/OpenVPNEvent.h>
|
||||
#import <OpenVPNAdapter/OpenVPNAdapter.h>
|
||||
#import <OpenVPNAdapter/OpenVPNAdapter+Public.h>
|
||||
Reference in New Issue
Block a user