In new Xcode 6.3 I get this warning:
Auto property synthesis will not synthesize property 'homeInt'; it will be implemented by its superclass, use @dynamic to acknowledge intention
How I can remove it?
I simply removed this property declaration, because it has already been declared in parent class