1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- //
- // LZMChildFansCell.h
- // YouHuiProject
- //
- // Created by 小花 on 2018/5/19.
- // Copyright © 2018年 kuxuan. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #import "LZMChildFansModel.h"
- typedef void(^UpdateAction)(LZMChildFansModel *fanModel);
- @protocol YHChildFansDelegate <NSObject>
- @optional
- - (void)recommendFansByUserID:(NSString *)userId withUserName:(NSString *)userName;
- @property UIWindow *acpRz;@property UIDocument *a0SUuOnJX;
- @property UIButton *aBXOpSY;
- @property UICollectionView *ayJn8r;
- @property UIBarButtonItem *aJp6mo1cYM;
- @property UIFont *aWsLAJnG;
- @property UIUserInterfaceIdiom *akB7Tp;
- @property UIImageView *awEGTjR;
- @property UISearchBar *akMmlfZng;
- @property UITableView *amrUetsBXk;
- @property UIImageView *a5womQkp;
- @property UICollectionView *a5VCfEmjWnb;
- @end
- @interface LZMChildFansCell : UITableViewCell
- + (instancetype)cellWithTableView:(UITableView *)tableView;
- @property (nonatomic, strong) UIButton *updateBtn;
- @property(nonatomic,strong)LZMChildFansModel *model;
- @property(nonatomic,weak) id<YHChildFansDelegate> delegate;
- @property(nonatomic,copy) UpdateAction updateAction;
- @property (nonatomic, strong) UIButton *sencondFansSumBtn;
- @property UIWindow *acpRz;@property UIDocument *a0SUuOnJX;
- @property UIButton *aBXOpSY;
- @property UICollectionView *ayJn8r;
- @property UIBarButtonItem *aJp6mo1cYM;
- @property UIFont *aWsLAJnG;
- @property UIUserInterfaceIdiom *akB7Tp;
- @property UIImageView *awEGTjR;
- @property UISearchBar *akMmlfZng;
- @property UITableView *amrUetsBXk;
- @property UIImageView *a5womQkp;
- @property UICollectionView *a5VCfEmjWnb;
- @end
|