LiveApple/LiveApple/Activities.swift

16 lines
248 B
Swift
Raw Normal View History

2022-09-25 15:42:45 +00:00
//
// Activities.swift
// LiveApple
//
// Created by Shadowfacts on 9/24/22.
//
import Foundation
import ActivityKit
struct BadAppleAttributes: ActivityAttributes {
struct ContentState: Codable, Hashable {
let frame: Frame
}
}