Created
June 2, 2021 09:48
-
-
Save iosdevie/4571cda2b8bed439f5265e88db9d46ca 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
@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