澎湃iPad上线版本

HaveReadContentList.h 399B

    // // HaveReadContentList.h // ThePaperDemo // // Created by scar1900 on 14/11/12. // Copyright (c) 2014年 scar1900. All rights reserved. // #import <Foundation/Foundation.h> #import <CoreData/CoreData.h> @interface HaveReadContentList : NSManagedObject //已读新闻数据库数据模型 @property (nonatomic, retain) NSString * contId; @property (nonatomic, retain) NSDate * date; @end