mirror of
https://github.com/deneraraujo/OpenVPNAdapter.git
synced 2026-03-17 00:00:03 +08:00
24 lines
698 B
Objective-C
24 lines
698 B
Objective-C
//
|
|
// OpenVPNAdapter.h
|
|
// OpenVPNAdapter
|
|
//
|
|
// Created by Sergey Abramchuk on 09.03.17.
|
|
//
|
|
//
|
|
|
|
@import Foundation;
|
|
|
|
//! 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/OpenVPNConfiguration.h>
|
|
#import <OpenVPNAdapter/OpenVPNAdapter.h>
|
|
#import <OpenVPNAdapter/OpenVPNAdapter+Public.h>
|