BubbleView.h 349 B

1234567891011121314151617181920
  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. NS_ASSUME_NONNULL_BEGIN
  10. @interface BubbleView : UIView
  11. @property (nonatomic, strong) UIImageView* gradualView;
  12. @property (nonatomic, strong) UIButton* contentView;
  13. @end
  14. NS_ASSUME_NONNULL_END