// // readHistoryController.h // ThePaperBase // // Created by liyuan on 15/10/19. // Copyright (c) 2015年 scar1900. All rights reserved. // #import "TPTableViewController.h" @protocol readDelegate -(void) readToReadInfo:(listContObjectVO*)data; @end @interface readHistoryController : TPTableViewController @property(nonatomic, weak)id delegate; @end