Reorganize project structure

This commit is contained in:
Sergey Abramchuk
2018-07-18 15:33:11 +03:00
parent 5440663b12
commit a1c153d2ed
1750 changed files with 96 additions and 923 deletions
@@ -0,0 +1,15 @@
//
// OpenVPNReachabilityStatus.h
// OpenVPN Adapter
//
// Created by Sergey Abramchuk on 17.07.17.
//
//
#import <Foundation/Foundation.h>
typedef NS_ENUM(NSInteger, OpenVPNReachabilityStatus) {
OpenVPNReachabilityStatusNotReachable,
OpenVPNReachabilityStatusReachableViaWiFi,
OpenVPNReachabilityStatusReachableViaWWAN
};