From 5b95773e2b6cafd3d5c190da00ee1a4bf6648a0c Mon Sep 17 00:00:00 2001 From: RCGitBot Date: Mon, 16 Dec 2024 15:14:40 +0000 Subject: [PATCH] Update RevenueCat-Swift.h for version 5.14.1 --- Tests/InstallationTests/CommonFiles/RevenueCat-Swift.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/Tests/InstallationTests/CommonFiles/RevenueCat-Swift.h b/Tests/InstallationTests/CommonFiles/RevenueCat-Swift.h index 2050aa33f3..577d95378d 100644 --- a/Tests/InstallationTests/CommonFiles/RevenueCat-Swift.h +++ b/Tests/InstallationTests/CommonFiles/RevenueCat-Swift.h @@ -3290,7 +3290,6 @@ SWIFT_CLASS_PROPERTY(@property (nonatomic, class) BOOL automaticAppleSearchAdsAt - (void)eligiblePromotionalOffersForProduct:(RCStoreProduct * _Nonnull)product completionHandler:(void (^ _Nonnull)(NSArray * _Nonnull))completionHandler; - (void)showManageSubscriptionsWithCompletion:(void (^ _Nonnull)(NSError * _Nullable))completion SWIFT_AVAILABILITY(macos,introduced=10.15) SWIFT_AVAILABILITY(ios,introduced=13.0) SWIFT_AVAILABILITY(tvos,unavailable) SWIFT_AVAILABILITY(watchos,unavailable); - (void)showManageSubscriptionsWithCompletionHandler:(void (^ _Nonnull)(NSError * _Nullable))completionHandler SWIFT_AVAILABILITY(macos,introduced=10.15) SWIFT_AVAILABILITY(ios,introduced=13.0) SWIFT_AVAILABILITY(tvos,unavailable) SWIFT_AVAILABILITY(watchos,unavailable); -/// Warning: This is currently experimental and subject to change. - (void)redeemWebPurchaseWithWebPurchaseRedemption:(RCWebPurchaseRedemption * _Nonnull)webPurchaseRedemption completion:(void (^ _Nonnull)(RCCustomerInfo * _Nullable, NSError * _Nullable))completion; @end @@ -4045,7 +4044,6 @@ typedef SWIFT_ENUM_NAMED(NSInteger, RCVerificationResult, "VerificationResult", /// Class representing a web redemption deep link that can be redeemed by the SDK. -/// Warning: This is currently experimental and subject to change. /// seealso: /// Purchases/redeemWebPurchase(_:) SWIFT_CLASS_NAMED("WebPurchaseRedemption")