NewReceiveViewController.h 362 Bytes
Newer Older
陈俊俊's avatar
陈俊俊 committed
1 2 3 4 5 6 7 8 9
//
//  NewReceiveViewController.h
//  XFFruit
//
//  Created by 陈俊俊 on 15/10/13.
//  Copyright (c) 2015年 Xummer. All rights reserved.
//

#import "ICRBaseViewController.h"
陈俊俊's avatar
陈俊俊 committed
10
#import "Transfer.h"
陈俊俊's avatar
陈俊俊 committed
11
@interface NewReceiveViewController : ICRBaseViewController
陈俊俊's avatar
陈俊俊 committed
12 13
@property (nonatomic,strong)Transfer *transfer;
@property (nonatomic,assign)BOOL isNotShowEdit;
陈俊俊's avatar
陈俊俊 committed
14
@end