// // FollowUpRecordViewController.h // XFFruit // // Created by mac on 15/9/16. // Copyright (c) 2015年 Xummer. All rights reserved. // #import "ICRBaseViewController.h" #import "PurchaseNotice.h" #import "NoticeRecord.h" @interface FollowUpRecordViewController : ICRBaseViewController @property (nonatomic,strong)NoticeRecord *noticeRecord; @property (nonatomic,strong)PurchaseNotice *purchaseNotice; @property (nonatomic,strong)NSMutableArray *dataArr; @property (nonatomic,strong)UITableView *tableView; @end