Skip to content

Instantly share code, notes, and snippets.

@dimebt
Created September 8, 2020 15:45
Show Gist options
  • Save dimebt/02a606108ed6cbd633a7f120109ec203 to your computer and use it in GitHub Desktop.
Save dimebt/02a606108ed6cbd633a7f120109ec203 to your computer and use it in GitHub Desktop.
struct Provider: TimelineProvider {
public typealias Entry = WalletWidgetEntry
public func placeholder(in context: Context) -> Entry {
let entry = WalletWidgetEntry(date: Date())
return entry
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment