Re: method definition not in @implementation context
Re: method definition not in @implementation context
- Subject: Re: method definition not in @implementation context
- From: "Shawn Erickson" <email@hidden>
- Date: Mon, 5 May 2008 13:20:23 -0700
On Mon, May 5, 2008 at 1:16 PM, J. Todd Slack
<email@hidden> wrote:
> Hi All,
>
> I am trying to get back into some Objective-C and I have gotten an error:
>
> fatal error: method definition not in @implementation context
>
> Can anyone tell me what this means?
Some.m file...
@implementation
< you method definition goes here>
@end
-Shawn
_______________________________________________
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