Skip to content

Commit 8a1a62e

Browse files
committed
[CoreExtension] Remove NS_SWIFT_UNAVAILABLE attrbiute that caused breaking change
1 parent 8328630 commit 8a1a62e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

FirebaseCore/Extension/FIRHeartbeatLogger.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@ typedef NS_ENUM(NSInteger, FIRDailyHeartbeatCode) {
4444
API_AVAILABLE(ios(13.0), macosx(10.15), macCatalyst(13.0), tvos(13.0), watchos(6.0));
4545

4646
/// Return the header value for the heartbeat logger.
47-
- (NSString *_Nullable)
48-
headerValue NS_SWIFT_UNAVAILABLE("Use `asyncHeaderValue() async -> String?` instead.");
47+
- (NSString *_Nullable)headerValue;
4948
#endif // FIREBASE_BUILD_CMAKE
5049

5150
@end

0 commit comments

Comments
 (0)