In most cases there are better types to use than 'id' for an ivar. Using a specific class or protocol will get you type-checking. If it's something like a delegate and you don't care what class it is but will be sending one or two specific messages to it, you can create an @protocol containing those messages and declare the ivar as id<MyProtocol>.
—Jens_______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com