This commit is contained in:
启星
2025-11-28 22:43:06 +08:00
parent 8913ea6f48
commit 7eb4f8d3b8
197 changed files with 7315 additions and 666 deletions

View File

@@ -6,11 +6,13 @@
//
#import <UIKit/UIKit.h>
#import "QXUserCpCardView.h"
NS_ASSUME_NONNULL_BEGIN
@interface QXIntimateCpCell : UITableViewCell
@property (nonatomic,strong)QXUserCpInfoModel *model;
@property (nonatomic,strong)NSString *userId;
@property (nonatomic,weak)id<QXUserCpCardViewDelegate>delegate;
+(instancetype)cellWithTableView:(UITableView *)tableView;
@end