Use forward declaration of events instead of direct import

This commit is contained in:
Sergey Abramchuk 2018-01-15 12:48:03 +03:00
parent 338e5b853d
commit aa6a4bf66b

View File

@ -7,10 +7,11 @@
//
#import <Foundation/Foundation.h>
#import "OpenVPNAdapterEvent.h"
NS_ASSUME_NONNULL_BEGIN
typedef NS_ENUM(NSInteger, OpenVPNAdapterEvent);
@class NEPacketTunnelFlow;
@class NEPacketTunnelNetworkSettings;
@class OpenVPNAdapter;