摘要: 1 @interface HMMusicTool : NSObject 2 + (instancetype)sharedMusicTool; 3 @end 4 5 @implementation HMMusicTool 6 static id _instance; 7 8 /** 9 * alloc方法内部会调用这个方法 10 */ 11 + (id)allocWit... 阅读全文
posted @ 2015-10-20 23:21 学计算机的那个 阅读(131) 评论(0) 推荐(0)