Files
OpenVPNAdapter/OpenVPN Tunnel Provider/OpenVPNError.h
T
2017-02-11 21:04:56 +03:00

13 lines
256 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;