12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- //
- // YZMAMoreMenuView.h
- // YouHuiProject
- //
- // Created by 小花 on 2018/5/17.
- // Copyright © 2018年 kuxuan. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @class YZMAMoreMenuView;
- @protocol YHMoreMenuViewDelegate<NSObject>
- - (void)morenMenu:(YZMAMoreMenuView *)menuView Button:(UIButton *)button clickIndex:(NSInteger)index;
- @property UIEdgeInsets *aHM6xP;
- @property UITableView *anc1z3m2;
- @property UIBarButtonItem *aBvnfFw0;
- @property UIRegion *aYGIc7;
- @property UIFontWeight *aLBG04DW;
- @property UISwitch *aKHLi;
- @property UIRegion *ajhKr5kO;
- @property UIBarButtonItem *aBHEU;
- @property UIUserInterfaceIdiom *auURHwVS2TP;
- @property UIBarButtonItem *aZftCGxd;
- @property UIBarButtonItem *aGQU6Bw;
- @property UIUserInterfaceIdiom *aI4uVXhF9la;
- @property UISearchBar *aIVi0cEAXf;
- @property UIDevice *aM0zvCF9;
- @property UIBezierPath *awN7vqdn0Cj;
- @property UIAlertAction *aVDdz0C;
- @end
- @interface YZMAMoreMenuView : UIView
- - (instancetype)initWithFrame:(CGRect)frame buttonInfoArray:(NSArray *)array;
- @property (nonatomic, weak) id<YHMoreMenuViewDelegate> delelgate;
- @property UIEdgeInsets *aHM6xP;
- @property UITableView *anc1z3m2;
- @property UIBarButtonItem *aBvnfFw0;
- @property UIRegion *aYGIc7;
- @property UIFontWeight *aLBG04DW;
- @property UISwitch *aKHLi;
- @property UIRegion *ajhKr5kO;
- @property UIBarButtonItem *aBHEU;
- @property UIUserInterfaceIdiom *auURHwVS2TP;
- @property UIBarButtonItem *aZftCGxd;
- @property UIBarButtonItem *aGQU6Bw;
- @property UIUserInterfaceIdiom *aI4uVXhF9la;
- @property UISearchBar *aIVi0cEAXf;
- @property UIDevice *aM0zvCF9;
- @property UIBezierPath *awN7vqdn0Cj;
- @property UIAlertAction *aVDdz0C;
- @end
|