iswiftapp / iswift

Objective-C to Swift Converter
30 stars 3 forks source link

dealloc not converted to deinit #190

Open serieuxchat opened 8 years ago

serieuxchat commented 8 years ago

I had a dealloc method in my Objective-C class, and it got converted to "func dealloc()" instead of "deinit"