PaoloCuscela / Cards

Awesome iOS 11 appstore cards in swift 5.
MIT License
4.2k stars 273 forks source link

Access Modifiers #5

Closed macbellingrath closed 7 years ago

macbellingrath commented 7 years ago

Hi, great framework!

Most of the relevant classes in here don't have an access modifier which means that they are the default internal. To import and use this library, the view classes and their exposed properties need to be declared with public access modifiers to be used outside of the framework.

I have forked this and will work on adding the modifiers.

PaoloCuscela commented 7 years ago

Thank you very much, appreciated.