Declaration of an instance
Declaration of an instance
- Subject: Declaration of an instance
- From: Famille GOUREAU-SUIGNARD <email@hidden>
- Date: Tue, 16 Apr 2002 13:34:22 +0200
Hi,
I'm trying to use an instance of a class I designed (to be a delegate).
This application uses three classes
"interface" that contain the main code, and the outlets to the controls
"record" that maintains the datas (with no instance)
"CLDelegateTableView" that has to be a delegate (with an instance).
The main class is the first one. in its implementation, it uses the
three headers files. but when, in the awakeFromNib, I first uses the
delegate instance it does not recognize it.
What do I have to do to specifiate the "interface" class to know the
"delegate" class ?
It seems that : #import "CLDelegateTableView.h"
is not enough.
Thanks.
Camille
_______________________________________________
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.