From 7386f00178be4fe1f8d8f749049d25cbf0533e6a Mon Sep 17 00:00:00 2001 From: Ryan Wilson Date: Tue, 28 Nov 2017 06:59:07 -0800 Subject: Replacing FIR_SWIFT_NAME macro with NS_SWIFT_NAME. (#476) * Replacing FIR_SWIFT_NAME macro with NS_SWIFT_NAME. This pushes the minimum Xcode version to 7.3, as NS_SWIFT_NAME was limited before that version (which is why the macro was introduced in the first place). * Fixed FIRMessaging header --- Firebase/Auth/Source/Public/FIRUserInfo.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Firebase/Auth/Source/Public/FIRUserInfo.h') diff --git a/Firebase/Auth/Source/Public/FIRUserInfo.h b/Firebase/Auth/Source/Public/FIRUserInfo.h index 03f2038..04eca49 100644 --- a/Firebase/Auth/Source/Public/FIRUserInfo.h +++ b/Firebase/Auth/Source/Public/FIRUserInfo.h @@ -16,14 +16,12 @@ #import -#import "FIRAuthSwiftNameSupport.h" - NS_ASSUME_NONNULL_BEGIN /** @brief Represents user data returned from an identity provider. */ -FIR_SWIFT_NAME(UserInfo) +NS_SWIFT_NAME(UserInfo) @protocol FIRUserInfo /** @property providerID -- cgit v1.2.3