Created
September 8, 2020 15:45
-
-
Save dimebt/02a606108ed6cbd633a7f120109ec203 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
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