kvo-观察者-iOS
摘要:
#import @interface Child : NSObject@property (nonatomic,assign) int age;-(id) initWithAge:(int) age;@end#import "Child.h"@implementation Child-(id) in... 阅读全文
posted @ 2014-08-17 12:34 clarenceV1 阅读(171) 评论(0) 推荐(0) 编辑