bmoliveira / MarkdownKit

A simple and customizable Markdown Parser for Swift
MIT License
783 stars 136 forks source link

Add missing imports #75

Closed tinder-maxwellelliott closed 3 years ago

tinder-maxwellelliott commented 4 years ago

Adds missing imports to some of the Swift files.

benjohnde commented 3 years ago

LGTM!

gaebel commented 3 years ago

A direct import of UIKit shouldn't be in common. This has been fixed in #81 by importing CoreGraphics and using the defined type aliases.

benjohnde commented 3 years ago

Well, I was a bit brainlagging behind 🙃. Then, closed in favour of #81.