Ariver
2026-06-28 0badb998147135c75187a0c48f926b665af734c5
src/Apptag/ProEntitlement.swift
@@ -97,6 +97,10 @@
    let theme: AppGridTheme
    let startedAt: Date
    let endsAt: Date
    func remainingSeconds(at date: Date = Date()) -> Int {
        max(0, Int(ceil(endsAt.timeIntervalSince(date))))
    }
}
struct ProNoteQuotaStatus: Equatable {