shu223 / PulsingHalo

iOS Component for creating a pulsing animation.
MIT License
1.77k stars 240 forks source link

fixed xcode compiler warning #17

Closed jurvis closed 9 years ago

jurvis commented 9 years ago

on Xcode 6.3, PulsingHaloLayer.h generates warning

Auto property synthesis will not synthesize property 'repeatCount'; it will be implemented by its superclass, use @dynamic to acknowledge intention

added @dynamic to implementation to remove warning.

markrickert commented 9 years ago

:+1: