美文网首页
@dynamic @synthesize

@dynamic @synthesize

作者: GeniusWong | 来源:发表于2018-09-21 01:40 被阅读3次

@synthesize:合成,自动生成 set get 方法,自动生成成员变量,不写也生效;
@dynamic:提醒编译器,不要自动生成 set get 访求 ,不自动生成成员变量;

可通过 runTime 动态添加方法实现 set get方法;

相关文章

网友评论

      本文标题:@dynamic @synthesize

      本文链接:https://www.haomeiwen.com/subject/gkionftx.html