Re: References to classess
Re: References to classess
- Subject: Re: References to classess
- From: email@hidden
- Date: Thu, 25 Apr 2002 22:07:04 +0200
On jeudi, avril 25, 2002, at 09:29 , Al Kirkus wrote:
Hi.
I have a class structure in which one class uses another but the other
uses the first. I can get it to compile by using the @class directive
instead of including the one of the header files but I receive warnings
like:
Record.m:27: warning: `Column' does not respond to `retain'
The Column class is the one I used @class on.
Any suggestions.
Could you post the interface for the 2 classes and the part of the code
around line 27 in Record.m?
Maybe Column is not a subclass of NSObject
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.