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;