mirror of
https://github.com/deneraraujo/OpenVPNAdapter.git
synced 2026-04-24 00:00:05 +08:00
Define error domain and key for fatal error
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
//
|
||||
// OpenVPNError.h
|
||||
// OpenVPN iOS Client
|
||||
//
|
||||
// Created by Sergey Abramchuk on 11.02.17.
|
||||
//
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
extern NSString * __nonnull const OpenVPNClientErrorDomain;
|
||||
extern NSString *__nonnull const OpenVPNClientErrorFatalKey;
|
||||
Reference in New Issue
Block a user