2016年4月22日

摘要: 1 // 2 // LYHSingleTon.h 3 // 07-单例的宏定义实现 4 // 5 // Created by mac on 16/4/22. 6 // Copyright © 2016年 mac. All rights reserved. 7 // 8 9 #ifndef LYHSingleTon_h 10 #define LYHSingleTon_h... 阅读全文
posted @ 2016-04-22 14:37 爱你久久iOS 阅读(198) 评论(0) 推荐(0) 编辑
摘要: 1 // 2 // ViewController.m 3 // 01-单例设计模式 4 // 5 // Created by mac on 16/4/22. 6 // Copyright © 2016年 mac. All rights reserved. 7 // 8 #import "LYMusicTool.h" 9 10 #import "Vi... 阅读全文
posted @ 2016-04-22 12:57 爱你久久iOS 阅读(168) 评论(0) 推荐(0) 编辑
摘要: 1 // 2 // LYMusicTool.m 3 // 01-单例设计模式 4 // 5 // Created by mac on 16/4/22. 6 // Copyright © 2016年 mac. All rights reserved. 7 8 //alloc的本质是调用:-->>allocWithZone:方法 9 10 #import "LYMusi... 阅读全文
posted @ 2016-04-22 10:50 爱你久久iOS 阅读(155) 评论(0) 推荐(0) 编辑

导航