提交
This commit is contained in:
@@ -8,7 +8,12 @@
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
@protocol QXIntimateMoreListCellDelegate <NSObject>
|
||||
|
||||
@optional
|
||||
-(void)didClickHeaderWithUserId:(NSString*)userId;
|
||||
|
||||
@end
|
||||
@interface QXIntimateMoreListCell : UITableViewCell
|
||||
@property (weak, nonatomic) IBOutlet QXSeatHeaderView *leftHeaderView;
|
||||
@property (weak, nonatomic) IBOutlet UIImageView *leftSexImageView;
|
||||
@@ -18,8 +23,10 @@ NS_ASSUME_NONNULL_BEGIN
|
||||
@property (weak, nonatomic) IBOutlet UILabel *rightNameLabel;
|
||||
@property (weak, nonatomic) IBOutlet UILabel *timeLabel;
|
||||
@property (nonatomic,strong)QXRelationshipListModel *model;
|
||||
@property (nonatomic,strong)NSString *userId;
|
||||
@property (nonatomic,copy)void(^topSuccessBlock)(QXRelationshipListModel*model);
|
||||
@property (nonatomic,copy)void(^deleteSuccessBlock)(QXRelationshipListModel*model);
|
||||
@property (nonatomic,weak)id<QXIntimateMoreListCellDelegate>delegate;
|
||||
+(instancetype)cellWithTableView:(UITableView *)tableView;
|
||||
@end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user