12345678910111213141516171819 |
- //
- // BubbleView.h
- // XenonSDK
- //
- // Created by SAGESSE on 2019/5/30.
- // Copyright © 2019 SAGESSE. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- //悬浮按钮
- @interface BubbleView : UIView
- @property (nonatomic, strong) UIImageView* gradualView;
- @property (nonatomic, strong) UIButton* contentView;
- @end
|