// // QXBodyPriceRuleView.h // QXLive // // Created by 启星 on 2025/11/25. // #import NS_ASSUME_NONNULL_BEGIN @interface QXBodyPriceRuleView : UIView @property (weak, nonatomic) IBOutlet UILabel *currentPriceLabel; @property (weak, nonatomic) IBOutlet UILabel *beyoundPriceLabel; @property (weak, nonatomic) IBOutlet UILabel *recievePriceLabel; @property (weak, nonatomic) IBOutlet UILabel *realPriceLabel; @property (weak, nonatomic) IBOutlet UIButton *commitBtn; @property (weak, nonatomic) IBOutlet UIButton *closeBtn; @property (weak, nonatomic) IBOutlet UIView *bgView; +(void)showInView:(UIView*)view; @end NS_ASSUME_NONNULL_END