From d50a261eeb8a635c5927670f223971e13a34a926 Mon Sep 17 00:00:00 2001 From: RCGitBot Date: Wed, 18 Oct 2023 18:53:51 +0000 Subject: [PATCH] Update RevenueCat-Swift.h for version 4.28.1 --- Tests/InstallationTests/CommonFiles/RevenueCat-Swift.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Tests/InstallationTests/CommonFiles/RevenueCat-Swift.h b/Tests/InstallationTests/CommonFiles/RevenueCat-Swift.h index 40e13fe409..55e857de15 100644 --- a/Tests/InstallationTests/CommonFiles/RevenueCat-Swift.h +++ b/Tests/InstallationTests/CommonFiles/RevenueCat-Swift.h @@ -3371,6 +3371,7 @@ SWIFT_CLASS_NAMED("StoreTransaction") @property (nonatomic, readonly, copy) NSString * _Nonnull transactionIdentifier; @property (nonatomic, readonly) NSInteger quantity; @property (nonatomic, readonly, strong) RCStorefront * _Nullable storefront; +@property (nonatomic, readonly, copy) NSString * _Nullable jwsRepresentation; - (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT; @property (nonatomic, readonly) NSUInteger hash; @property (nonatomic, readonly, copy) NSString * _Nonnull description;