//// 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"@interfaceFollowUpRecordViewController:ICRBaseViewController@property(nonatomic,strong)NoticeRecord*noticeRecord;@property(nonatomic,strong)PurchaseNotice*purchaseNotice;