完成
This commit is contained in:
28
QXLive/活动/巡乐会/QXMeetActivityRecordView.h
Normal file
28
QXLive/活动/巡乐会/QXMeetActivityRecordView.h
Normal file
@@ -0,0 +1,28 @@
|
||||
//
|
||||
// QXMeetActivityRecordView.h
|
||||
// QXLive
|
||||
//
|
||||
// Created by 启星 on 2025/8/30.
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface QXMeetActivityRecordView : UIView
|
||||
@property (nonatomic,strong)NSString *roomId;
|
||||
-(void)showInView:(UIView *)view;
|
||||
@end
|
||||
|
||||
@interface QXMeetRecordCell : UICollectionViewCell
|
||||
@property (nonatomic,strong)UIImageView *giftImageView;
|
||||
@property (nonatomic,strong)UILabel *giftInfoLabel;
|
||||
@property (nonatomic,strong)UILabel *recieveInfoLabel;
|
||||
@property (nonatomic,strong)UILabel *timeLabel;
|
||||
@property (nonatomic,strong)QXActivityRecordModel *model;
|
||||
@end
|
||||
|
||||
|
||||
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
||||
Reference in New Issue
Block a user