diff --git a/OpenVPN Adapter/OpenVPNAdapter.h b/OpenVPN Adapter/OpenVPNAdapter.h index 0d4faaa..b5714cb 100644 --- a/OpenVPN Adapter/OpenVPNAdapter.h +++ b/OpenVPN Adapter/OpenVPNAdapter.h @@ -34,7 +34,6 @@ NS_ASSUME_NONNULL_BEGIN */ - (void)openVPNAdapter:(OpenVPNAdapter *)openVPNAdapter configureTunnelWithNetworkSettings:(NEPacketTunnelNetworkSettings *)networkSettings completionHandler:(void (^)(NEPacketTunnelFlow * _Nullable packetFlow))completionHandler NS_SWIFT_NAME(openVPNAdapter(_:configureTunnelWithNetworkSettings:completionHandler:)); - /** Informs the receiver that an OpenVPN error has occurred. Some errors are fatal and should trigger the diconnection of the tunnel, check for fatal errors with the OpenVPNAdapterErrorFatalKey. @@ -44,7 +43,6 @@ NS_ASSUME_NONNULL_BEGIN */ - (void)openVPNAdapter:(OpenVPNAdapter *)openVPNAdapter handleError:(NSError *)error; - /** Informs the receiver that an OpenVPN event has occurred.