NYFloatingSuggestView.h 440 B

1234567891011121314151617181920212223
  1. //
  2. // NYFloatingSuggestView.h
  3. // jiaPei
  4. //
  5. // Created by Ning.ge on 2023/6/30.
  6. // Copyright © 2023 JCZ. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface NYFloatingSuggestView : UIView<RQReactiveViewProtocol>
  11. @property (weak, nonatomic) IBOutlet UIButton *close_button;
  12. @property (weak, nonatomic) IBOutlet UIButton *icon_button;
  13. + (instancetype)floatingSuggestView;
  14. @end
  15. NS_ASSUME_NONNULL_END