单例宏(Singleton)
iOS快捷实现单例。用法如下: 1. 导入头文件:#import "Singleton.h" 2. 在.h文件中实现:singletonInterface(类名); 3. 在.m文件中实现:singletonImplementation(类名);
下载地址
用户评论