Refactor getters/setters for port and ipv6 properties

This commit is contained in:
Sergey Abramchuk
2017-04-24 15:56:35 +03:00
parent 9b35611783
commit 39701d0170
4 changed files with 66 additions and 63 deletions
@@ -8,6 +8,15 @@
#import <Foundation/Foundation.h>
extern NSString * __nonnull const OpenVPNTransportProtocolUDPValue;
extern NSString * __nonnull const OpenVPNTransportProtocolTCPValue;
extern NSString * __nonnull const OpenVPNTransportProtocolAdaptiveValue;
extern NSString * __nonnull const OpenVPNTransportProtocolDefaultValue;
extern NSString * __nonnull const OpenVPNIPv6PreferenceEnabledValue;
extern NSString * __nonnull const OpenVPNIPv6PreferenceDisabledValue;
extern NSString * __nonnull const OpenVPNIPv6PreferenceDefaultValue;
extern NSString * __nonnull const OpenVPNCompressionModeEnabledValue;
extern NSString * __nonnull const OpenVPNCompressionModeDisabledValue;
extern NSString * __nonnull const OpenVPNCompressionModeAsymValue;