123456789101112131415161718192021222324252627282930313233343536373839404142 |
- //
- // LZMCommunityCell.h
- // YouHuiProject
- //
- // Created by 小花 on 2018/5/16.
- // Copyright © 2018年 kuxuan. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #import "LZMCommunityModel.h"
- #import "PhotoContainerView.h"
- @protocol YHCommunityDelegate<NSObject>
- @optional
- -(void)oneTouchShareWithModel:(LZMCommunityModel *)model;
- @property UIImage *aFWL143EogN;
- @property UIWindow *aYcj7Fh8N;@property UIButton *ahBjMk;
- @property UIDocument *afAtV93U;
- @property UIWindow *aR9ozH;@property UISearchBar *aytM7n;
- @property UIActivity *aJSqIK;
- @property UIImageView *ax56w;
- @property UIButton *aSWhst9zn0c;
- @property UIView *abLYs;
- @property UIMenuItem *aEkFgjwLRt;
- @property UIAlertAction *a368m;
- @end
- @interface LZMCommunityCell : UITableViewCell
- + (instancetype)cellWithTableView:(UITableView *)tableView;
- @property (nonatomic, strong) LZMCommunityModel *model;
- @property (nonatomic, weak ) id<YHCommunityDelegate> delegate;
- @property (nonatomic, strong) PhotoContainerView *picContainerView;
- @property UIImage *aFWL143EogN;
- @property UIWindow *aYcj7Fh8N;@property UIButton *ahBjMk;
- @property UIDocument *afAtV93U;
- @property UIWindow *aR9ozH;@property UISearchBar *aytM7n;
- @property UIActivity *aJSqIK;
- @property UIImageView *ax56w;
- @property UIButton *aSWhst9zn0c;
- @property UIView *abLYs;
- @property UIMenuItem *aEkFgjwLRt;
- @property UIAlertAction *a368m;
- @end
|