Skip to content

[swift2objc] Support closures #1669

@liamappelbe

Description

@liamappelbe

Support functions and methods that accept and return closures:

class Foo {
  func bar(callback: (Int) -> Int) {
    // ...
  }
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Status

    Todo

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions