Interface - @private
Limits the scope of an instance variable to the class that declares it.
Sample:
@interface textCheck : NSObject {
NSString *publicTextCheck;
@private
NSString *privateTextCheck;
}
@end
Written by Juice
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#