@interface test {
...
@private
NSString *property;
}
@interface test()
- (int)method;
@end
@implementation test
No comments:
Post a Comment