facebookarchive / Keyframes

A library for converting Adobe AE shape based animations to a data format and playing it back on Android and iOS devices.
https://facebookincubator.github.io/Keyframes/
Other
5.33k stars 302 forks source link

Buildtime Warnings in framework? #73

Closed markjeschke closed 7 years ago

markjeschke commented 7 years ago

Are the following warnings anything to be concerned about?

keyframes-framework-warnings

Thanks, Mark

insidegui commented 7 years ago

Nothing to worry about. The first one should be fixed with the new version because they added umbrella headers to the framework. The other two are not important, although they should probably be fixed by adding the specified overrides just to silence the compiler =]

markjeschke commented 7 years ago

Thank you for your quick response, @insidegui I appreciate your time and help.

Take care, Mark