LKS_PerspectiveHierarchyCell.h 470 B

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