Files
OpenVPNAdapter/OpenVPN Tunnel Provider/OpenVPNError.h
T
Sergey Abramchuk c8b9da6fd0 Add extra spaces
2017-02-12 16:22:41 +03:00

20 lines
436 B
Objective-C

//
// 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;
extern NSString * __nonnull const OpenVPNClientErrorEventKey;
typedef NS_ENUM(NSUInteger, OpenVPNError) {
OpenVPNErrorConfigurationFailure,
OpenVPNErrorClientFailure
};