TNCheckBoxGroup
TNCheckBoxGroup copied to clipboard
In TNCheckBox.h property data generated the following warning
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.