1234567891011121314151617181920212223242526272829303132 |
- //
- // YZMAFourButtonView.h
- // YouHuiProject
- //
- // Created by 小花 on 2018/4/28.
- // Copyright © 2018年 kuxuan. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @protocol YHMineFourButtonViewDelegate <NSObject>
- - (void)YHMineFourButtonViewDidClickButtonIndex:(NSInteger)index;
- @property UISearchBar *aMwGX0;
- @property UITableView *aqYF1;
- @property UISwitch *amYS1jIM;
- @property UIRegion *aL7Na;
- @property UIImage *a5Pq9LkRK;
- @property UIInputView *a6X4y;
- @property UIControl *axqABHlnUc;
- @end
- @interface YZMAFourButtonView : UIView
- @property (nonatomic, weak) id <YHMineFourButtonViewDelegate>delegate;
- @property UISearchBar *aMwGX0;
- @property UITableView *aqYF1;
- @property UISwitch *amYS1jIM;
- @property UIRegion *aL7Na;
- @property UIImage *a5Pq9LkRK;
- @property UIInputView *a6X4y;
- @property UIControl *axqABHlnUc;
- @end
|