Created
June 30, 2020 15:34
-
-
Save arthurpalves/04dc79827dd14a92dfc30800e213fd1b 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: IntentTimelineProvider { | |
public typealias Intent = MainAccountIntent | |
/* ... */ | |
public func snapshot(for configuration: MainAccountIntent, with context: Context, completion: @escaping (AccountEntry) -> ()) { | |
/* Hidden implementation */ | |
} | |
public func timeline(for configuration: MainAccountIntent, with context: Context, completion: @escaping (Timeline<Entry>) -> ()) { | |
/* Hidden implementation */ | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment