mirror of
https://github.com/deneraraujo/OpenVPNAdapter.git
synced 2026-04-24 00:00:05 +08:00
Fix position of asterix in const definitions and remove nullability specifiers
This commit is contained in:
@@ -8,11 +8,15 @@
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
FOUNDATION_EXPORT NSString * __nonnull const OpenVPNAdapterErrorDomain;
|
||||
FOUNDATION_EXPORT NSString * __nonnull const OpenVPNIdentityErrorDomain;
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
FOUNDATION_EXPORT NSString * __nonnull const OpenVPNAdapterErrorFatalKey;
|
||||
FOUNDATION_EXPORT NSString * __nonnull const OpenVPNAdapterErrorMessageKey;
|
||||
FOUNDATION_EXPORT NSString *const OpenVPNAdapterErrorDomain;
|
||||
FOUNDATION_EXPORT NSString *const OpenVPNIdentityErrorDomain;
|
||||
|
||||
FOUNDATION_EXPORT NSString *const OpenVPNAdapterErrorFatalKey;
|
||||
FOUNDATION_EXPORT NSString *const OpenVPNAdapterErrorMessageKey;
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
||||
|
||||
/**
|
||||
OpenVPN error codes
|
||||
|
||||
Reference in New Issue
Block a user