两折卖----返利app-----返利圈

LZMChildFansCell.h 1.6KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. //
  2. // LZMChildFansCell.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 "LZMChildFansModel.h"
  10. typedef void(^UpdateAction)(LZMChildFansModel *fanModel);
  11. @protocol YHChildFansDelegate <NSObject>
  12. @optional
  13. - (void)recommendFansByUserID:(NSString *)userId withUserName:(NSString *)userName;
  14. @property UIWindow *acpRz;@property UIDocument *a0SUuOnJX;
  15. @property UIButton *aBXOpSY;
  16. @property UICollectionView *ayJn8r;
  17. @property UIBarButtonItem *aJp6mo1cYM;
  18. @property UIFont *aWsLAJnG;
  19. @property UIUserInterfaceIdiom *akB7Tp;
  20. @property UIImageView *awEGTjR;
  21. @property UISearchBar *akMmlfZng;
  22. @property UITableView *amrUetsBXk;
  23. @property UIImageView *a5womQkp;
  24. @property UICollectionView *a5VCfEmjWnb;
  25. @end
  26. @interface LZMChildFansCell : UITableViewCell
  27. + (instancetype)cellWithTableView:(UITableView *)tableView;
  28. @property (nonatomic, strong) UIButton *updateBtn;
  29. @property(nonatomic,strong)LZMChildFansModel *model;
  30. @property(nonatomic,weak) id<YHChildFansDelegate> delegate;
  31. @property(nonatomic,copy) UpdateAction updateAction;
  32. @property (nonatomic, strong) UIButton *sencondFansSumBtn;
  33. @property UIWindow *acpRz;@property UIDocument *a0SUuOnJX;
  34. @property UIButton *aBXOpSY;
  35. @property UICollectionView *ayJn8r;
  36. @property UIBarButtonItem *aJp6mo1cYM;
  37. @property UIFont *aWsLAJnG;
  38. @property UIUserInterfaceIdiom *akB7Tp;
  39. @property UIImageView *awEGTjR;
  40. @property UISearchBar *akMmlfZng;
  41. @property UITableView *amrUetsBXk;
  42. @property UIImageView *a5womQkp;
  43. @property UICollectionView *a5VCfEmjWnb;
  44. @end