BusinessDepartmentDelegate.h 379 B

1234567891011121314
  1. //
  2. // BusinessDepartmentDelegate.h
  3. // IBOSS
  4. //
  5. // Created by guan hong hou on 2017/9/22.
  6. // Copyright © 2017年 elongtian. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. #import "BusinessDepartmentFrame.h"
  10. #import "BusinessDepartmentTreeTableViewCell.h"
  11. @protocol BusinessDepartmentDelegate <NSObject>
  12. -(void)selectBtnClick:(BusinessDepartmentFrame*)frame;
  13. @end