摘要: // ## : 连接字符串和参数#define singleton_h(name) + (instancetype)shared##name;#if __has_feature(obj_arc)//ARC#define singleton_m(name) \static id _instance; ... 阅读全文
posted @ 2015-03-20 23:27 LennyKwok 阅读(134) 评论(0) 推荐(0)