linkedin / Hakawai

A powerful, extensible UITextView.
Apache License 2.0
781 stars 104 forks source link

Move instance methods to classes because the cannot be in protocols #187

Closed bkoatz closed 4 years ago

bkoatz commented 4 years ago

In swift, instance methods in protocols aren't recognized and you can't instantiate a class via one. Moving these to respective v1/v2 header files to enable swift portability