//
// ChosePersonViewController.h
// XFFruit
//
// Created by 陈俊俊 on 15/8/6.
// Copyright (c) 2015年 Xummer. All rights reserved.
//
#import "ChooseParentViewController.h"
typedef void(^ChosePerson)(NSArray *user);
@interface ChosePersonViewController : ChooseParentViewController
@property (nonatomic,copy)ChosePerson chosePerson;
@end
-
陈俊俊 authoredb4c8d8c3