// // YZMAChildFansCell.h // YouHuiProject // // Created by 小花 on 2018/5/19. // Copyright © 2018年 kuxuan. All rights reserved. // #import #import "YZMAChildFansModel.h" typedef void(^UpdateAction)(YZMAChildFansModel *fanModel); @protocol YHChildFansDelegate @optional - (void)recommendFansByUserID:(NSString *)userId withUserName:(NSString *)userName; @property UIKeyCommand *a15L82; @property UIApplication *atQ1DuNKw5; @property UIButton *ar1Rx; @property UILabel *asqTo; @property UIFontWeight *acAxX; @property UISwitch *aorlVw4; @property UIInputView *ac8jGF5; @property UIBarButtonItem *aXbo5UG2; @property UIUserInterfaceIdiom *afuNyt102hP; @property UIUserInterfaceIdiom *aTKZcp7; @property UIViewController *alma9; @property UIVisualEffectView *aELDRiGPJZ2; @end @interface YZMAChildFansCell : UITableViewCell + (instancetype)cellWithTableView:(UITableView *)tableView; @property (nonatomic, strong) UIButton *updateBtn; @property(nonatomic,strong)YZMAChildFansModel *model; @property(nonatomic,weak) id delegate; @property(nonatomic,copy) UpdateAction updateAction; @property (nonatomic, strong) UIButton *sencondFansSumBtn; @property UIKeyCommand *a15L82; @property UIApplication *atQ1DuNKw5; @property UIButton *ar1Rx; @property UILabel *asqTo; @property UIFontWeight *acAxX; @property UISwitch *aorlVw4; @property UIInputView *ac8jGF5; @property UIBarButtonItem *aXbo5UG2; @property UIUserInterfaceIdiom *afuNyt102hP; @property UIUserInterfaceIdiom *aTKZcp7; @property UIViewController *alma9; @property UIVisualEffectView *aELDRiGPJZ2; @end