import ActivityKit import Foundation struct LiveActivityAttributes: ActivityAttributes { public struct ContentState: Codable, Hashable { let bg: String let trendSystemImage: String? let change: Int? let date: Date } let startDate: Date }