Re: Categories Generating Warnings?
Re: Categories Generating Warnings?
- Subject: Re: Categories Generating Warnings?
- From: Sherm Pendley <email@hidden>
- Date: Fri, 11 Feb 2005 20:30:28 -0500
On Feb 11, 2005, at 6:25 PM, David Olbersen wrote:
On Feb 11, 2005, at 3:11 PM, Sherm Pendley wrote:
TWRobot.m needs to #import "TWRobot+Drawing.h", so that it's aware of
the methods declared there.
Thank you.
I tried #importing into TWRobot.h and got all kinds of errors.
You could do it that way too, if you want. But you'd have to put the
#import at the bottom, to make sure that the Category interface appears
after the main class interface. That's kind of awkward, since the
normal place for #imports is at the top, which is why I suggested
#importing it into the .m file instead.
sherm--
Cocoa programming in Perl: http://camelbones.sourceforge.net
Hire me! My resume: http://www.dot-app.org
_______________________________________________
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