#if os(iOS) import ActivityKit import Foundation struct TimerActivityAttributes: ActivityAttributes { struct ContentState: Codable, Hashable { var startDate: Date var elapsedSeconds: Int } var taskName: String var taskIcon: String } #endif