// // NYFloatingSuggestView.h // jiaPei // // Created by Ning.ge on 2023/6/30. // Copyright © 2023 JCZ. All rights reserved. // #import NS_ASSUME_NONNULL_BEGIN @interface NYFloatingSuggestView : UIView @property (weak, nonatomic) IBOutlet UIButton *close_button; @property (weak, nonatomic) IBOutlet UIButton *icon_button; + (instancetype)floatingSuggestView; @end NS_ASSUME_NONNULL_END