From f3c85a5d1b0699ef43fefad9e81ad15334b34bc1 Mon Sep 17 00:00:00 2001 From: Sergey Abramchuk Date: Mon, 5 Jun 2017 16:41:59 +0300 Subject: [PATCH] Use macros for export instead of keyword extern --- OpenVPN Adapter/OpenVPNError.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/OpenVPN Adapter/OpenVPNError.h b/OpenVPN Adapter/OpenVPNError.h index 3cecc42..610c770 100644 --- a/OpenVPN Adapter/OpenVPNError.h +++ b/OpenVPN Adapter/OpenVPNError.h @@ -8,10 +8,10 @@ #import -extern NSString * __nonnull const OpenVPNAdapterErrorDomain; +FOUNDATION_EXPORT NSString * __nonnull const OpenVPNAdapterErrorDomain; -extern NSString * __nonnull const OpenVPNAdapterErrorFatalKey; -extern NSString * __nonnull const OpenVPNAdapterErrorEventIdentifierKey; +FOUNDATION_EXPORT NSString * __nonnull const OpenVPNAdapterErrorFatalKey; +FOUNDATION_EXPORT NSString * __nonnull const OpenVPNAdapterErrorEventIdentifierKey; /** <#Description#>