mirror of
https://github.com/deneraraujo/OpenVPNAdapter.git
synced 2026-04-24 00:00:05 +08:00
Fix order of import statements
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
// Created by Jonathan Downing on 12/10/2017.
|
||||
//
|
||||
|
||||
#import "OpenVPNNetworkSettingsBuilder.h"
|
||||
#import <NetworkExtension/NetworkExtension.h>
|
||||
#import "OpenVPNNetworkSettingsBuilder.h"
|
||||
|
||||
@interface OpenVPNNetworkSettingsBuilder ()
|
||||
@property (nonatomic) NSMutableArray<NSString *> *ipv4LocalAddresses;
|
||||
|
||||
Reference in New Issue
Block a user