Skip to content

Instantly share code, notes, and snippets.

@apatronl
Created July 12, 2020 16:23
Show Gist options
  • Save apatronl/3944d491d4adf83aef6cd3b3f16296dc to your computer and use it in GitHub Desktop.
Save apatronl/3944d491d4adf83aef6cd3b3f16296dc to your computer and use it in GitHub Desktop.
// ...
struct Emojibook_WidgetEntryView: View {
var entry: Provider.Entry
var body: some View {
EmojiWidgetView(emojiDetails: entry.emojiDetails)
}
}
// ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment