Category Use
Category Use
- Subject: Category Use
- From: David Kopec <email@hidden>
- Date: Thu, 24 Jan 2002 17:36:05 -0500
I haven't really used Categories before. (I really should've, without
them I've been forced to implement poor design.) Now that I've defined
my category, do I need to import the category's header file or can I
just use the standard class that it extends(NSMovie in this case)? If
the answer is no, then how does the compiler/linker understand the
category?
Thanks,
David