@interface MyClass : NSObject
{
@public
int public_var;
@private
int private_var;
@protected
int protected_var;
}
While the others that you list are interesting, this one has been in
the compiler for years IIRC.
But no-one ever uses @public so one can be excused never having seen
it ;-)
Cheers,
Graham.
--
Graham Lee
"Oxford University's UNIX Expert"
Quick, run before they find the truth
http://iamleeg.blogspot.com
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Objc-language mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden