Ariver
2026-06-28 cfb93f5127af692ff74178329a8b635efc894f8b
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 {