//// NewReceiveProductViewController.h// XFFruit//// Created by 陈俊俊 on 15/10/15.// Copyright (c) 2015年 Xummer. All rights reserved.//#import "ICRBaseViewController.h"#import "TransferPdtDetail.h"typedefvoid(^ChoseNoticeProduct)(TransferPdtDetail*noticeProduct,NSIntegerindexTag);@interfaceNewReceiveProductViewController:ICRBaseViewController@property(nonatomic,strong)TransferPdtDetail*noticeProduct;@property(nonatomic,copy)ChoseNoticeProducteditReceiveProduct;@property(nonatomic,assign)NSIntegerindexTag;@property(nonatomic,strong)NSString*navTitle;@end