NewReceiveProductViewController.h 603 Bytes
//
//  NewReceiveProductViewController.h
//  XFFruit
//
//  Created by 陈俊俊 on 15/10/15.
//  Copyright (c) 2015年 Xummer. All rights reserved.
//

#import "ICRBaseViewController.h"
#import "TransferPdtDetail.h"

typedef void(^ChoseNoticeProduct)(TransferPdtDetail *noticeProduct,NSInteger indexTag);

@interface NewReceiveProductViewController : ICRBaseViewController
@property (nonatomic,strong)TransferPdtDetail *noticeProduct;
@property (nonatomic,copy)ChoseNoticeProduct editReceiveProduct;
@property (nonatomic,assign)NSInteger indexTag;

@property (nonatomic,strong)NSString *navTitle;
@end