LKS_PerspectiveHierarchyCell.h 389 B

1234567891011121314151617181920212223
  1. //
  2. // LKS_PerspectiveHierarchyCell.h
  3. // LookinServer
  4. //
  5. // Created by Li Kai on 2018/12/24.
  6. // https://lookin.work
  7. //
  8. #import <UIKit/UIKit.h>
  9. @class LookinDisplayItem;
  10. @interface LKS_PerspectiveHierarchyCell : UITableViewCell
  11. @property(nonatomic, strong) LookinDisplayItem *displayItem;
  12. - (void)reRender;
  13. @property(nonatomic, strong, readonly) UIButton *indicatorButton;
  14. @end