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.
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.