// // Activities.swift // LiveApple // // Created by Shadowfacts on 9/24/22. // import Foundation import ActivityKit struct BadAppleAttributes: ActivityAttributes { struct ContentState: Codable, Hashable { let frame: Frame } }