// // InviterViewController.h // Lighting // // Created by 曹云霄 on 2017/7/25. // Copyright © 2017年 上海勾芒科技有限公司. All rights reserved. // #import "BasePullTableViewController.h" @interface InviterViewController : BasePullTableViewController /** 搜索邀请人 */ @property (weak, nonatomic) IBOutlet UISearchBar *searchBar; /** 选中邀请人 */ @property (nonatomic,copy) void(^(selectedBlock))(VDesignerEntity *entity); @end