// // ContactResultVC.h // LN_School // // Created by EchoShacolee on 2017/6/28. // Copyright © 2017年 Danson. All rights reserved. // #import @interface ContactResultVC : UITableViewController @property(nonatomic,strong)NSMutableArray *dataSource; @property(nonatomic,copy)BlockTypeVo reloadBlock; @property(nonatomic,copy)MyBlockType pushBlock; @property(nonatomic,copy)BlockTypeVo scrollBlock; @end