Skip to content

Instantly share code, notes, and snippets.

@intan1907
Created June 16, 2021 05:51
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/0a1b7a0e7858f365c3135b461016c0ec to your computer and use it in GitHub Desktop.
Save intan1907/0a1b7a0e7858f365c3135b461016c0ec to your computer and use it in GitHub Desktop.
New HeartyRecipeWidget struct
// ...
struct HeartyRecipeWidgetEntryView: View {
var entry: Provider.Entry
var body: some View {
HeartyRecipeWidgetView(recipe: entry.recipe)
}
}
// ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment