Skip to content

Instantly share code, notes, and snippets.

@arkivanov
Created June 9, 2020 12:50
Show Gist options
  • Select an option

  • Save arkivanov/5fa0d474bef83b090f3766abdb86985d to your computer and use it in GitHub Desktop.

Select an option

Save arkivanov/5fa0d474bef83b090f3766abdb86985d to your computer and use it in GitHub Desktop.
struct KittenSwiftView: View {
@ObservedObject var proxy: KittenViewProxy
var body: some View {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment