1.@property NSString *foo;
以上的写法,在ARC下,编译器默认会帮你补齐哪些修饰符?
答案:
@property (atmoic,strong,readwrite)NSString *foo;
非oc对象,strong -> assign
本题来自sunnyxx大神的微信--逗比狗。。。
!--
2.
1.@property NSString *foo;
以上的写法,在ARC下,编译器默认会帮你补齐哪些修饰符?
答案:
@property (atmoic,strong,readwrite)NSString *foo;
非oc对象,strong -> assign
本题来自sunnyxx大神的微信--逗比狗。。。
!--
2.