美文网首页
NSISRestrictedToNonNegativeMarke

NSISRestrictedToNonNegativeMarke

作者: 明少iOS | 来源:发表于2017-11-08 17:17 被阅读0次

    ios objective-C  出现NSISRestrictedToNonNegativeMarkerVariableToBeMinimized copyWithZone:错误

    @property(nonatomic,assgin)NSString*name;

    assgin修饰词改为copy

    @property(nonatomic,copy)NSString*name;

    相关文章

      网友评论

          本文标题:NSISRestrictedToNonNegativeMarke

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