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