LKS_PerspectiveToolbarButtons.h 706 B

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