- //
- // BusinessDepartmentDelegate.h
- // IBOSS
- //
- // Created by guan hong hou on 2017/9/22.
- // Copyright © 2017年 elongtian. All rights reserved.
- //
- #import <Foundation/Foundation.h>
- #import "BusinessDepartmentFrame.h"
- #import "BusinessDepartmentTreeTableViewCell.h"
- @protocol BusinessDepartmentDelegate <NSObject>
- -(void)selectBtnClick:(BusinessDepartmentFrame*)frame;
- @end
|