Created
September 8, 2020 15:39
-
-
Save dimebt/bd59db9c8c4ec1f46840a5e973e27c03 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
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