Define error domain and key for fatal error

This commit is contained in:
Sergey Abramchuk
2017-02-11 21:04:56 +03:00
parent 22a6586b5d
commit 5d24f03ad8
+12
View File
@@ -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;