Skip to content

Instantly share code, notes, and snippets.

@iosdevie
Created June 2, 2021 09:48
Show Gist options
  • Save iosdevie/4571cda2b8bed439f5265e88db9d46ca to your computer and use it in GitHub Desktop.
Save iosdevie/4571cda2b8bed439f5265e88db9d46ca to your computer and use it in GitHub Desktop.
@main
struct MyWidgetBundle: WidgetBundle {
@WidgetBundleBuilder
var body: some Widget {
AnotherJokesWidget()
JokesWidget()
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment