1234567891011121314151617181920212223242526272829303132333435363738394041 |
- //
- // LFWMineFourButtonCell.h
- // YouHuiProject
- //
- // Created by 小花 on 2018/1/22.
- // Copyright © 2018年 kuxuan. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @protocol YHMineFourButtonCellDelegate <NSObject>
- - (void)YHMineFourButtonCellDidClickButtonIndex:(NSInteger)index;
- @property UIUserInterfaceIdiom *aSvYQe;
- @property UIRegion *alFXvOjH;
- @property UIButton *a8taYBJyT;
- @property UIAlertAction *aWm7N0ZgQ;
- @property UIBarButtonItem *axIqN;
- @property UIBezierPath *abIsx9SLn;
- @property UIFontWeight *aH9imjpPrX;
- @property UIViewController *aYt7b;
- @property UIActivity *acC7Gt2xJ;
- @property UITableView *amzX0YChW;
- @property UIAlertAction *afy8lVuzr;
- @end
- @interface LFWMineFourButtonCell : UITableViewCell
- @property (nonatomic, weak) id <YHMineFourButtonCellDelegate> delegate;
- @property UIUserInterfaceIdiom *aSvYQe;
- @property UIRegion *alFXvOjH;
- @property UIButton *a8taYBJyT;
- @property UIAlertAction *aWm7N0ZgQ;
- @property UIBarButtonItem *axIqN;
- @property UIBezierPath *abIsx9SLn;
- @property UIFontWeight *aH9imjpPrX;
- @property UIViewController *aYt7b;
- @property UIActivity *acC7Gt2xJ;
- @property UITableView *amzX0YChW;
- @property UIAlertAction *afy8lVuzr;
- @end
|