@interface ClassForEveryone (Private)
{
id secretVar;
}
...
@end
31 maj 2006 kl. 00.55 skrev David Alter:
I have a framework that other developers will use. In it I want to
expose specific methods but not necessary all the instance
variables and methods. I was looking for the preferred way of doing
this with obj-c. I was planning on using a sub class and having the
subclass .h in my framework header folder.
For example here are two classes. The class ForEveryoneToSee does
not expose my instance variables. My framework would have this in
the headers folder. It would not have the .h for ForMeToSee. Is
this the preferred way of doing this? It seams like there should be
a cleaner way to do this.
_______________________________________________
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
_______________________________________________
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