摘要: @synthesize will generate getter and setter methods and corresponding instance variable for your property. @dynamic just tells the compiler that the i 阅读全文
posted @ 2016-03-09 18:21 Gabriel_Lee 阅读(135) 评论(0) 推荐(0)