提交
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user