okaxaki / objc2swift

Objective-C to Swift Converter
http://okaxaki.github.io/objc2swift/
ISC License
268 stars 38 forks source link

Support module imports #4

Closed harlanhaskins closed 6 years ago

harlanhaskins commented 6 years ago

This patch adds support for @import Foo; declarations.

okaxaki commented 6 years ago

Oops, I did not notice that the modern Objective-C's @import feature!! Thank you for your pull request!

harlanhaskins commented 6 years ago

Thanks for merging! 🎉