diff --git a/vendor/brave-ios/Ledger/BATBraveLedger.h b/vendor/brave-ios/Ledger/BATBraveLedger.h index e7b3240e5f9d..58cc02f5cd74 100644 --- a/vendor/brave-ios/Ledger/BATBraveLedger.h +++ b/vendor/brave-ios/Ledger/BATBraveLedger.h @@ -277,9 +277,9 @@ NS_SWIFT_NAME(BraveLedger) /// Whether or not brave rewards is enabled @property (nonatomic, assign, getter=isEnabled) BOOL enabled; /// The number of seconds before a publisher is added. -@property (nonatomic, assign) UInt64 minimumVisitDuration; +@property (nonatomic, assign) int minimumVisitDuration; /// The minimum number of visits before a publisher is added -@property (nonatomic, assign) UInt32 minimumNumberOfVisits; +@property (nonatomic, assign) int minimumNumberOfVisits; /// Whether or not to allow auto contributions to unverified publishers @property (nonatomic, assign) BOOL allowUnverifiedPublishers; /// Whether or not to allow auto contributions to videos