礼物面板修改

This commit is contained in:
fengshuo
2023-03-13 18:27:16 +08:00
parent 1afc713743
commit 616f600617
30 changed files with 309 additions and 100 deletions

View File

@@ -7,6 +7,7 @@
#import <UIKit/UIKit.h>
#import "XPGiftInfoView.h"
#import "XPGiftInfoView.h"
NS_ASSUME_NONNULL_BEGIN
@class XPGiftBarView, XPGiftCountModel, WalletInfoModel;
@protocol XPGiftBarViewDelegate <NSObject>
@@ -19,6 +20,8 @@ NS_ASSUME_NONNULL_BEGIN
@end
@interface XPGiftBarView : UIView
///使用的地方
@property (nonatomic,assign) SendGiftType usingplaceType;
///涂鸦礼物的个数
@property (nonatomic,assign) NSInteger drawGiftCount;
///代理