摘要: Realm模型对象的创建 // Dog的数据模型 @interface Dog : RLMObject @property NSString name; @property NSInteger age; @end // (1) 创建对象,然后设置其属性 Dog myDog = [[Dog alloc 阅读全文
posted @ 2016-07-09 14:19 moyazi 阅读(323) 评论(0) 推荐(0) 编辑