// // letterInfoTableController.h // ThePaperBase // // Created by YoungLee on 15/9/15. // Copyright (c) 2015年 scar1900. All rights reserved. // #import "TPTableViewController.h" @protocol letterTableDelegate @optional -(void) gotoImage:(imageObjectBO*) iamgeBO; @end @interface letterInfoTableController : TPTableViewController @property(nonatomic, strong)NSString *letterId; @property(nonatomic, weak)id delegate; @end