ContactResultVC.h 428 B

123456789101112131415161718
  1. //
  2. // ContactResultVC.h
  3. // LN_School
  4. //
  5. // Created by EchoShacolee on 2017/6/28.
  6. // Copyright © 2017年 Danson. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface ContactResultVC : UITableViewController
  10. @property(nonatomic,strong)NSMutableArray *dataSource;
  11. @property(nonatomic,copy)BlockTypeVo reloadBlock;
  12. @property(nonatomic,copy)MyBlockType pushBlock;
  13. @property(nonatomic,copy)BlockTypeVo scrollBlock;
  14. @end