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