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

#import "ICRBaseViewController.h"

陈俊俊's avatar
陈俊俊 committed
11
typedef void(^ChosePerson)(NSArray *user);
n22's avatar
n22 committed
12 13 14 15 16 17 18

@interface ChosePersonViewController : ICRBaseViewController

@property (nonatomic,assign) BOOL isMoreChose;//是否是多选
@property (nonatomic,copy)ChosePerson chosePerson;

@end