摘要:
1、项目地址:http://code.google.com/p/sqlitepersistentobjects/;2、如何引入项目中:将Src目录下的文件复制到自己的项目中,并链接到libsqlite3.dylib库文件;3、如何使用它: 1)、定义类#import <foundation/foundation.h>#import "SQLitePersistentObject.h"@interface PersistablePerson : SQLitePersistentObject { NSString *lastName; NSString *first 阅读全文
posted @ 2012-02-17 10:13
KID
阅读(794)
评论(0)
推荐(0)