mirror of
https://github.com/deneraraujo/OpenVPNAdapter.git
synced 2026-04-24 00:00:05 +08:00
Update name of configuration method and add templates for documentation
This commit is contained in:
@@ -8,11 +8,18 @@
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
|
||||
extern NSString * __nonnull const OpenVPNAdapterErrorDomain;
|
||||
|
||||
extern NSString * __nonnull const OpenVPNAdapterErrorFatalKey;
|
||||
extern NSString * __nonnull const OpenVPNAdapterErrorEventKey;
|
||||
|
||||
/**
|
||||
<#Description#>
|
||||
|
||||
- OpenVPNErrorConfigurationFailure: <#OpenVPNErrorConfigurationFailure description#>
|
||||
- OpenVPNErrorClientFailure: <#OpenVPNErrorClientFailure description#>
|
||||
*/
|
||||
typedef NS_ENUM(NSUInteger, OpenVPNError) {
|
||||
OpenVPNErrorConfigurationFailure,
|
||||
OpenVPNErrorClientFailure
|
||||
|
||||
Reference in New Issue
Block a user