摘要:
// .h文件#define HMSingletonH(name) + (instancetype)shared##name;// .m文件#if __has_feature(objc_arc) #define HMSingletonM(name) \ static id _instac... 阅读全文
posted @ 2015-08-07 11:54
Lee_M
阅读(200)
评论(0)
推荐(0)
摘要:
// .h文件#define HMSingletonH(name) + (instancetype)shared##name;// .m文件#define HMSingletonM(name) \static id _instance; \ \+ (id)allocWithZone:(struct ... 阅读全文
posted @ 2015-08-07 11:29
Lee_M
阅读(107)
评论(0)
推荐(0)
摘要:
// .h文件#define HMSingletonH(name) + (instancetype)shared##name;// .m文件#define HMSingletonM(name) \static id _instance; \ \+ (id)allocWithZone:(struct ... 阅读全文
posted @ 2015-08-07 11:14
Lee_M
阅读(114)
评论(0)
推荐(0)

浙公网安备 33010602011771号