// // IDAndNameViewController.h // IBOSSmini // // Created by apple on 2017/5/31. // Copyright © 2017年 elongtian. All rights reserved. // #import "BaseViewController.h" #import "BaseIDAndNameProtocol.h" @interface BaseIDAndNameViewController : BaseViewController @property(strong,nonatomic) NSMutableArray *searchArr; @property(strong,nonatomic) NSMutableArray *filterArr; @property(assign,nonatomic) BOOL isPresentViewFlg; @property(nonatomic, strong) id bDelegate; @property(assign,nonatomic) baseIdAndName showDialogViewTag; @end