BubbleView.h 318 B

12345678910111213141516171819
  1. //
  2. // BubbleView.h
  3. // XenonSDK
  4. //
  5. // Created by SAGESSE on 2019/5/30.
  6. // Copyright © 2019 SAGESSE. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. //悬浮按钮
  10. @interface BubbleView : UIView
  11. @property (nonatomic, strong) UIImageView* gradualView;
  12. @property (nonatomic, strong) UIButton* contentView;
  13. @end