Re: Just a simple general question...
Re: Just a simple general question...
- Subject: Re: Just a simple general question...
- From: "Kyle Sluder" <email@hidden>
- Date: Mon, 26 May 2008 14:42:30 -0400
On Mon, May 26, 2008 at 2:41 PM, Kyle Sluder
<email@hidden> wrote:
> Do you mean does Objective-C allow for method definitions inside class
> definitions? No. Methods may only be declared inside an
> @implementation block; they must be implemented inside an
> @implementation block.
And of course I screwed that up. Methods can only be declared inside
an @interface 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