Skip to content

Instantly share code, notes, and snippets.

@intan1907
Last active June 16, 2021 05:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save intan1907/90bf4742fe92edd2c68953160e91e870 to your computer and use it in GitHub Desktop.
Save intan1907/90bf4742fe92edd2c68953160e91e870 to your computer and use it in GitHub Desktop.
New SimpleEntry
import WidgetKit
import SwiftUI
import HeartyRecipeHelper
// ...
struct SimpleEntry: TimelineEntry {
let date: Date
let recipe: RecipeBaseClass?
}
// ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment