提交
This commit is contained in:
23
QXLive/Mine(音域)/View/QXBodyPriceRuleView.h
Normal file
23
QXLive/Mine(音域)/View/QXBodyPriceRuleView.h
Normal file
@@ -0,0 +1,23 @@
|
||||
//
|
||||
// QXBodyPriceRuleView.h
|
||||
// QXLive
|
||||
//
|
||||
// Created by 启星 on 2025/11/25.
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
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
|
||||
Reference in New Issue
Block a user