随笔分类 -  iOS.常用设计模式

摘要:WTDelegate#import @protocol WTDelegate @required- (void)sleep;- (void)eat;- (void)work;@endWTPhilosopher.h#import #import "WTDelegate.h"@interface WTP... 阅读全文
posted @ 2014-06-08 10:13 so_tm_what 阅读(146) 评论(0) 推荐(0)
摘要:使用单例模式的类:UIApplicationUIAccelerometerNSUserDefaultsNSNotificationCenterNSFileManagerNSBundle等Singleton.h#import @interface Singleton : NSObject// 始终返回... 阅读全文
posted @ 2014-06-08 09:46 so_tm_what 阅读(180) 评论(0) 推荐(0)