From 5d24f03ad837e3531800c59ba1f55fb18ba29b1e Mon Sep 17 00:00:00 2001 From: Sergey Abramchuk Date: Sat, 11 Feb 2017 21:04:56 +0300 Subject: [PATCH] Define error domain and key for fatal error --- OpenVPN Tunnel Provider/OpenVPNError.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 OpenVPN Tunnel Provider/OpenVPNError.h diff --git a/OpenVPN Tunnel Provider/OpenVPNError.h b/OpenVPN Tunnel Provider/OpenVPNError.h new file mode 100644 index 0000000..f64df21 --- /dev/null +++ b/OpenVPN Tunnel Provider/OpenVPNError.h @@ -0,0 +1,12 @@ +// +// OpenVPNError.h +// OpenVPN iOS Client +// +// Created by Sergey Abramchuk on 11.02.17. +// +// + +#import + +extern NSString * __nonnull const OpenVPNClientErrorDomain; +extern NSString *__nonnull const OpenVPNClientErrorFatalKey;