Re: method definition not in @implementation context
Re: method definition not in @implementation context
- Subject: Re: method definition not in @implementation context
- From: "J. Todd Slack" <email@hidden>
- Date: Mon, 5 May 2008 13:43:44 -0700
Hi Kyle.
I was forgetting to include Cocoa.h, for some reason...
Sorry.
-Jason
On May 5, 2008, at 1:21 PM, Kyle Sluder wrote:
On Mon, May 5, 2008 at 4:16 PM, J. Todd Slack
<email@hidden> wrote:
Can anyone tell me what this means?
You put a method definition outside an @implementation block? All
method definitions like -(void)foo:(id)bar have to be inside an
@implementation ... @end block.
--Kyle Sluder
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden