Skip to content

Instantly share code, notes, and snippets.

@DevAndArtist
Created February 28, 2017 11:03
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 DevAndArtist/b860c6c529c2b2b96fa729aa07b1a2b2 to your computer and use it in GitHub Desktop.
Save DevAndArtist/b860c6c529c2b2b96fa729aa07b1a2b2 to your computer and use it in GitHub Desktop.
struct A {

  bridge bridge_name {
    
    func foo() {}
  }
}

let a = A()
a.bridge_name.foo()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment