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