krzyzanowskim / Natalie

Natalie - Storyboard Code Generator (for Swift)
http://blog.krzyzanowskim.com/2015/04/15/natalie-storyboard-code-generator/
MIT License
1.17k stars 74 forks source link

Import only one time custom modules using Set #98

Closed phimage closed 7 years ago

phimage commented 7 years ago

If a framework is used in multiple object we have in result for instance

import UIKit
import IBAnimatable
import IBAnimatable
import IBAnimatable
import IBAnimatable
import IBAnimatable

replace #97

krzyzanowskim commented 7 years ago

thanks! awesome