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

LZMCommunityCell.h 1.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. //
  2. // LZMCommunityCell.h
  3. // YouHuiProject
  4. //
  5. // Created by 小花 on 2018/5/16.
  6. // Copyright © 2018年 kuxuan. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "LZMCommunityModel.h"
  10. #import "PhotoContainerView.h"
  11. @protocol YHCommunityDelegate<NSObject>
  12. @optional
  13. -(void)oneTouchShareWithModel:(LZMCommunityModel *)model;
  14. @property UIImage *aFWL143EogN;
  15. @property UIWindow *aYcj7Fh8N;@property UIButton *ahBjMk;
  16. @property UIDocument *afAtV93U;
  17. @property UIWindow *aR9ozH;@property UISearchBar *aytM7n;
  18. @property UIActivity *aJSqIK;
  19. @property UIImageView *ax56w;
  20. @property UIButton *aSWhst9zn0c;
  21. @property UIView *abLYs;
  22. @property UIMenuItem *aEkFgjwLRt;
  23. @property UIAlertAction *a368m;
  24. @end
  25. @interface LZMCommunityCell : UITableViewCell
  26. + (instancetype)cellWithTableView:(UITableView *)tableView;
  27. @property (nonatomic, strong) LZMCommunityModel *model;
  28. @property (nonatomic, weak ) id<YHCommunityDelegate> delegate;
  29. @property (nonatomic, strong) PhotoContainerView *picContainerView;
  30. @property UIImage *aFWL143EogN;
  31. @property UIWindow *aYcj7Fh8N;@property UIButton *ahBjMk;
  32. @property UIDocument *afAtV93U;
  33. @property UIWindow *aR9ozH;@property UISearchBar *aytM7n;
  34. @property UIActivity *aJSqIK;
  35. @property UIImageView *ax56w;
  36. @property UIButton *aSWhst9zn0c;
  37. @property UIView *abLYs;
  38. @property UIMenuItem *aEkFgjwLRt;
  39. @property UIAlertAction *a368m;
  40. @end