guoyingtao / Mantis

An iOS Image cropping library, which mimics the Photo App written in Swift.
MIT License
907 stars 180 forks source link

make CropRegion props public #299

Closed Karllas closed 1 year ago

Karllas commented 1 year ago

After changing CropRegion typealias into a struct it's properties are no longer accessible as they are internal. Code does not compile anymore.