//// NoticeProductViewController.h// XFFruit//// Created by 陈俊俊 on 15/9/15.// Copyright (c) 2015年 Xummer. All rights reserved.//#import "ICRBaseViewController.h"#import "NoticeProduct.h"typedefvoid(^ChoseNoticeProduct)(NoticeProduct*noticeProduct,NSIndexPath*indexPath);typedefvoid(^DeleteNoticeProduct)(NoticeProduct*accountDetail,NSIndexPath*indexPath);@interfaceNoticeProductViewController:ICRBaseViewController@property(nonatomic,strong)NoticeProduct*noticeProduct;@property(nonatomic,copy)ChoseNoticeProductchoseNoticeProduct;@property(nonatomic,copy)DeleteNoticeProductdeleteNoticeProduct;@property(nonatomic,strong)NSIndexPath*indexPath;@property(nonatomic,strong)NSString*navTitle;@end