Build 21
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import ActivityKit
|
||||
import Foundation
|
||||
|
||||
struct SessionActivityAttributes: ActivityAttributes {
|
||||
public struct ContentState: Codable, Hashable {
|
||||
struct SessionActivityAttributes: ActivityAttributes, Sendable {
|
||||
public struct ContentState: Codable, Hashable, Sendable {
|
||||
var elapsed: TimeInterval
|
||||
var totalAttempts: Int
|
||||
var completedProblems: Int
|
||||
@@ -17,4 +17,3 @@ extension SessionActivityAttributes {
|
||||
SessionActivityAttributes(gymName: "Summit Climbing", startTime: Date())
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user