Re: @class
Re: @class
- Subject: Re: @class
- From: Frederick Cheung <email@hidden>
- Date: Fri, 9 Dec 2005 10:17:19 +0000
On 12/9/05, Andrea Salomoni <email@hidden> wrote:
>
Thank you Frederick,
>
>
so I can use it in this way:
>
>
@class MYClassB
>
@header MYClassA
>
>
{
>
something
>
}
>
>
>
@class MYClassA
>
@header MYClassB
>
>
have to use #import "MYClassA.h" in the implemetation of MYClassB?
>
Yes, you would still need to #import the header in the actual implementation.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >@class (From: Andrea Salomoni <email@hidden>) |
| >Re: @class (From: Frederick Cheung <email@hidden>) |
| >Re: @class (From: Andrea Salomoni <email@hidden>) |