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