TNCheckBoxGroup icon indicating copy to clipboard operation
TNCheckBoxGroup copied to clipboard

In TNCheckBox.h property data generated the following warning

Open michalshatz opened this issue 9 years ago • 0 comments

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

This is due to the fact that the superclass holds a property with the same name.

A good solution would be to change the property name

Same goes for all the other subclasses.

michalshatz avatar Apr 30 '15 21:04 michalshatz