> On Oct 1, 2015, at 9:28 PM, Gerriet M. Denkmann <[email protected]> wrote: > > I don’t think that I want ’stuff’ to be implemented by its superclass. Rather > I want it to be overridden. So I am not sure, whether @dynamic is the right > thing to do.
Implement -stuff and -setStuff: in the subclass, and implement each by simply calling the superclass method. —Jens _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
