LiveActitiyShared.swift 284 B

1234567891011121314
  1. import ActivityKit
  2. import Foundation
  3. struct LiveActivityAttributes: ActivityAttributes {
  4. public struct ContentState: Codable, Hashable {
  5. let bg: String
  6. let trendSystemImage: String?
  7. let change: Int?
  8. let date: Date
  9. }
  10. let startDate: Date
  11. }