Re: [OBJ-C] Remove Warning for Undocumented Call?
Re: [OBJ-C] Remove Warning for Undocumented Call?
- Subject: Re: [OBJ-C] Remove Warning for Undocumented Call?
- From: Sherm Pendley <email@hidden>
- Date: Sat, 2 Oct 2004 13:48:40 -0400
On Oct 2, 2004, at 1:38 PM, Lance Drake wrote:
Checking out the Obj-C manual, I'm thinking I need to create a
'category' - but am not sure. Any ideas?
You're on the right track with the Category idea. The implementation
already exists, so all you need to do is provide the interface
declaration, like so:
@interface NSThing(PrivateMethods)
- (void) _setsomeFlag:(BOOL) flag;
@end
sherm--
_______________________________________________
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