封装数据库
摘要:
1 #import "DBManager.h" 2 #import "FMDatabase.h" 3 @implementation DBManager 4 { 5 FMDatabase *_fmdb; 6 NSLock *_lock; 7 } 8 +(DBMana... 阅读全文
posted @ 2015-09-06 22:44 Baymax01 阅读(182) 评论(0) 推荐(0)
posted @ 2015-09-06 22:44 Baymax01 阅读(182) 评论(0) 推荐(0)
posted @ 2015-09-06 22:38 Baymax01 阅读(151) 评论(0) 推荐(0)