Skip to content

Commit

Permalink
[CoreExtension] Remove NS_SWIFT_UNAVAILABLE attrbiute that caused bre…
Browse files Browse the repository at this point in the history
…aking change
  • Loading branch information
ncooke3 committed Oct 21, 2024
1 parent 8328630 commit 8a1a62e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions FirebaseCore/Extension/FIRHeartbeatLogger.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ typedef NS_ENUM(NSInteger, FIRDailyHeartbeatCode) {
API_AVAILABLE(ios(13.0), macosx(10.15), macCatalyst(13.0), tvos(13.0), watchos(6.0));

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

@end
Expand Down

0 comments on commit 8a1a62e

Please sign in to comment.