完成
This commit is contained in:
57
QXLive/活动/巡乐会/QXMeetActivityView.h
Normal file
57
QXLive/活动/巡乐会/QXMeetActivityView.h
Normal file
@@ -0,0 +1,57 @@
|
||||
//
|
||||
// QXMeetActivityView.h
|
||||
// QXLive
|
||||
//
|
||||
// Created by 启星 on 2025/8/29.
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
#import "QXTimer.h"
|
||||
#import "GKCycleScrollView.h"
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface QXMeetActivityView : UIView
|
||||
-(void)showInView:(UIView *)view;
|
||||
@property (nonatomic,strong)NSString *roomId;
|
||||
@property (nonatomic,strong)QXGiftModel *giftModel;
|
||||
|
||||
-(void)updateUserAndGiftInfoWithModel:(QXRoomChatListModel*)model;
|
||||
@end
|
||||
|
||||
@interface QXMeetTimeDownView :UIView
|
||||
@property (nonatomic,strong)UIImageView *timeBgView1;
|
||||
@property (nonatomic,strong)UIImageView *timeBgView2;
|
||||
@property (nonatomic,strong)UIImageView *timeBgView3;
|
||||
@property (nonatomic,strong)UIImageView *timeBgView4;
|
||||
|
||||
@property (nonatomic,strong)UILabel *centerLabel;
|
||||
|
||||
@property (nonatomic,strong)UILabel *timeLabel1;
|
||||
@property (nonatomic,strong)UILabel *timeLabel2;
|
||||
@property (nonatomic,strong)UILabel *timeLabel3;
|
||||
@property (nonatomic,strong)UILabel *timeLabel4;
|
||||
|
||||
@property (nonatomic,assign)long long endTime;
|
||||
@property (nonatomic,assign)long long startTime;
|
||||
|
||||
@property (nonatomic,strong)QXTimer *timer;
|
||||
@end
|
||||
|
||||
|
||||
@interface QXMeetDrawBtn : UIControl
|
||||
@property (nonatomic,strong)UIImageView *bgImageView;
|
||||
@property (nonatomic,strong)UILabel *titleLabel;
|
||||
@property (nonatomic,strong)UIButton *giftCoin;
|
||||
@property (nonatomic,assign)QXSkyDrawBtnType btnType;
|
||||
@end
|
||||
|
||||
|
||||
//@interface QXMeetGiftCell : GKCycleScrollViewCell
|
||||
//@property (nonatomic,strong)UIImageView *giftBgImageView;
|
||||
//@property (nonatomic,strong)UIImageView *giftImageView;
|
||||
//@property (nonatomic,strong)UIImageView *giftNameBgImageView;
|
||||
//@property (nonatomic,strong)UILabel *giftNameLabel;
|
||||
//@property (nonatomic,strong)UIButton *giftCoinBtn;
|
||||
//@property (nonatomic,strong)QXDrawGiftModel *model;
|
||||
//@end
|
||||
NS_ASSUME_NONNULL_END
|
||||
Reference in New Issue
Block a user