Re: Re: Newbie error
Re: Re: Newbie error
- Subject: Re: Re: Newbie error
- From: Graham <email@hidden>
- Date: Fri, 2 Jun 2006 06:02:31 -0400
@interface BrowserDelegate : NSObject {
Person *me;
}
- (id)initWith:(NSBrowser *)brow;
- (void)setSelf:(Person *)me;
@end
and the instance variable browser is defined as (NSBrowser *) for
this call:
browserDelegate = [[BrowserDelegate alloc] initWith:browser];
_______________________________________________
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