一折买app------返利---------返利宝

YZMAChildFansCell.h 1.6KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. //
  2. // YZMAChildFansCell.h
  3. // YouHuiProject
  4. //
  5. // Created by 小花 on 2018/5/19.
  6. // Copyright © 2018年 kuxuan. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "YZMAChildFansModel.h"
  10. typedef void(^UpdateAction)(YZMAChildFansModel *fanModel);
  11. @protocol YHChildFansDelegate <NSObject>
  12. @optional
  13. - (void)recommendFansByUserID:(NSString *)userId withUserName:(NSString *)userName;
  14. @property UIKeyCommand *a15L82;
  15. @property UIApplication *atQ1DuNKw5;
  16. @property UIButton *ar1Rx;
  17. @property UILabel *asqTo;
  18. @property UIFontWeight *acAxX;
  19. @property UISwitch *aorlVw4;
  20. @property UIInputView *ac8jGF5;
  21. @property UIBarButtonItem *aXbo5UG2;
  22. @property UIUserInterfaceIdiom *afuNyt102hP;
  23. @property UIUserInterfaceIdiom *aTKZcp7;
  24. @property UIViewController *alma9;
  25. @property UIVisualEffectView *aELDRiGPJZ2;
  26. @end
  27. @interface YZMAChildFansCell : UITableViewCell
  28. + (instancetype)cellWithTableView:(UITableView *)tableView;
  29. @property (nonatomic, strong) UIButton *updateBtn;
  30. @property(nonatomic,strong)YZMAChildFansModel *model;
  31. @property(nonatomic,weak) id<YHChildFansDelegate> delegate;
  32. @property(nonatomic,copy) UpdateAction updateAction;
  33. @property (nonatomic, strong) UIButton *sencondFansSumBtn;
  34. @property UIKeyCommand *a15L82;
  35. @property UIApplication *atQ1DuNKw5;
  36. @property UIButton *ar1Rx;
  37. @property UILabel *asqTo;
  38. @property UIFontWeight *acAxX;
  39. @property UISwitch *aorlVw4;
  40. @property UIInputView *ac8jGF5;
  41. @property UIBarButtonItem *aXbo5UG2;
  42. @property UIUserInterfaceIdiom *afuNyt102hP;
  43. @property UIUserInterfaceIdiom *aTKZcp7;
  44. @property UIViewController *alma9;
  45. @property UIVisualEffectView *aELDRiGPJZ2;
  46. @end