LKS_PerspectiveToolbarButtons.h 787 B

12345678910111213141516171819202122232425262728293031323334353637
  1. #ifdef SHOULD_COMPILE_LOOKIN_SERVER
  2. //
  3. // LKS_PerspectiveToolbarButtons.h
  4. // qmuidemo
  5. //
  6. // Created by Li Kai on 2018/12/20.
  7. // Copyright © 2018 QMUI Team. All rights reserved.
  8. //
  9. #import <UIKit/UIKit.h>
  10. @interface LKS_PerspectiveToolbarCloseButton : UIButton
  11. @end
  12. @interface LKS_PerspectiveToolbarDimensionButtonsView : UIView
  13. @property(nonatomic, strong, readonly) UIButton *button2D;
  14. @property(nonatomic, strong, readonly) UIButton *button3D;
  15. @end
  16. @interface LKS_PerspectiveToolbarLayoutButtonsView : UIView
  17. @property(nonatomic, strong, readonly) UIButton *verticalLayoutButton;
  18. @property(nonatomic, strong, readonly) UIButton *horizontalLayoutButton;
  19. @end
  20. @interface LKS_PerspectiveToolbarPropertyButton : UIButton
  21. @end
  22. #endif /* SHOULD_COMPILE_LOOKIN_SERVER */