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 {