Skip to content

Instantly share code, notes, and snippets.

@ashishkakkad8
Created September 20, 2022 17:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ashishkakkad8/c50f238b19854d34b85bbd623e6b7c30 to your computer and use it in GitHub Desktop.
Save ashishkakkad8/c50f238b19854d34b85bbd623e6b7c30 to your computer and use it in GitHub Desktop.
ActivityAttributesSample File
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