Anviking / Chromatism

iOS Syntax Highlighting in Swift
MIT License
100 stars 15 forks source link

import of UIKit not necessary #28

Open dasdom opened 9 years ago

dasdom commented 9 years ago

I think in most files (if not all) you don't need to import UIKit. It should be enough to import Foundation. Then this code could also be used on the Mac.