Created
September 20, 2022 17:30
-
-
Save ashishkakkad8/c50f238b19854d34b85bbd623e6b7c30 to your computer and use it in GitHub Desktop.
ActivityAttributesSample File
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import ActivityKit | |
struct ActivityAttributesSample: ActivityAttributes { | |
public typealias Status = ContentState | |
public struct ContentState: Codable, Hashable { | |
var value: String | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment