Re: Anyone played with protocol checker?
Re: Anyone played with protocol checker?
- Subject: Re: Anyone played with protocol checker?
- From: Matt Neuburg <email@hidden>
- Date: Sun, 10 Mar 2002 06:43:57 -0800
On Fri, 01 Mar 2002 11:52:35 -0800, Michael Gersten <email@hidden> said:
>
My thinking is that ObjC is a little too powerful, at times.
>
When I define my API, I'd like to be able to be able to list only
>
certain methods as public, and others as private, and I just realized
>
that the NSProtocolChecker does exactly that
What I do is declare the public methods in the .h file and the private
methods in the .m file as a Category. m.
--
matt neuburg, phd = email@hidden,
http://www.tidbits.com/matt
pantes gar anthropoi tou eidenai oregontai phusei
Subscribe to TidBITS! It's free and smart.
http://www.tidbits.com/
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.