Re: References to classess
Re: References to classess
- Subject: Re: References to classess
- From: Phillip Morelock <email@hidden>
- Date: Thu, 25 Apr 2002 12:46:29 -0700
in your header for your implementation, put in
@class Column;
in the implementation file itself, you must still import the interface.
#import "Column.h"
does this help?
At Thursday, 25 April 2002, you 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.
>
>
Al
>
_______________________________________________
>
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.
_______________________________________________
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.