暂无描述

LFWMineFourButtonCell.h 1.2KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. //
  2. // LFWMineFourButtonCell.h
  3. // YouHuiProject
  4. //
  5. // Created by 小花 on 2018/1/22.
  6. // Copyright © 2018年 kuxuan. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @protocol YHMineFourButtonCellDelegate <NSObject>
  10. - (void)YHMineFourButtonCellDidClickButtonIndex:(NSInteger)index;
  11. @property UIUserInterfaceIdiom *aSvYQe;
  12. @property UIRegion *alFXvOjH;
  13. @property UIButton *a8taYBJyT;
  14. @property UIAlertAction *aWm7N0ZgQ;
  15. @property UIBarButtonItem *axIqN;
  16. @property UIBezierPath *abIsx9SLn;
  17. @property UIFontWeight *aH9imjpPrX;
  18. @property UIViewController *aYt7b;
  19. @property UIActivity *acC7Gt2xJ;
  20. @property UITableView *amzX0YChW;
  21. @property UIAlertAction *afy8lVuzr;
  22. @end
  23. @interface LFWMineFourButtonCell : UITableViewCell
  24. @property (nonatomic, weak) id <YHMineFourButtonCellDelegate> delegate;
  25. @property UIUserInterfaceIdiom *aSvYQe;
  26. @property UIRegion *alFXvOjH;
  27. @property UIButton *a8taYBJyT;
  28. @property UIAlertAction *aWm7N0ZgQ;
  29. @property UIBarButtonItem *axIqN;
  30. @property UIBezierPath *abIsx9SLn;
  31. @property UIFontWeight *aH9imjpPrX;
  32. @property UIViewController *aYt7b;
  33. @property UIActivity *acC7Gt2xJ;
  34. @property UITableView *amzX0YChW;
  35. @property UIAlertAction *afy8lVuzr;
  36. @end