摘要:
#新建单例类>Singleton.h/.m文件```objective-c#import @interface Singleton : NSObject+ (Singleton *)shareInstance;@end//.m文件#import "Singleton.h"static Singlet... 阅读全文
posted @ 2015-05-20 19:20
ianhao_cn
阅读(257)
评论(0)
推荐(0)
