Skip to content

Instantly share code, notes, and snippets.

@dimebt
Created September 8, 2020 15:39
Show Gist options
  • Save dimebt/bd59db9c8c4ec1f46840a5e973e27c03 to your computer and use it in GitHub Desktop.
Save dimebt/bd59db9c8c4ec1f46840a5e973e27c03 to your computer and use it in GitHub Desktop.
public func snapshot(with context: Context, completion: @escaping (WalletWidgetEntry) -> ()) {
let entry = WalletWidgetEntry(date: Date())
completion(entry)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment