12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- //
- // LZMFindTopView.h
- // YouHuiProject
- //
- // Created by xiaoxi on 2018/1/19.
- // Copyright © 2018年 kuxuan. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @protocol YHFindTopViewDelegate;
- @interface LZMFindTopView : UICollectionReusableView
- @property (nonatomic, weak) id<YHFindTopViewDelegate> delegate;
- @property (nonatomic, strong) NSMutableArray *dataSource;
- @property UITableView *aXcZjau;
- @property UIKeyCommand *aLBpsdvxH;
- @property UIDocument *adnNm;
- @property UIButton *aXgB9ib7;
- @property UIEvent *azw54vcAUt;
- @property UIImage *a0FZcg;
- @property UIViewController *auKtyYZeU1p;
- @property UIActivity *aSFOP0i;
- @property UIViewController *aWTSw;
- @property UIApplication *a7S1zrE5nh;
- @property UIVisualEffectView *aCusmaOEvNL;
- @property UIBarButtonItem *ae1xtgEz0X;
- @end
- @protocol YHFindTopViewDelegate <NSObject>
- @optional
- - (void)yh_FindTopViewDidSelectItemAtIndexPath:(NSIndexPath *)indexPath;
- @property UITableView *aXcZjau;
- @property UIKeyCommand *aLBpsdvxH;
- @property UIDocument *adnNm;
- @property UIButton *aXgB9ib7;
- @property UIEvent *azw54vcAUt;
- @property UIImage *a0FZcg;
- @property UIViewController *auKtyYZeU1p;
- @property UIActivity *aSFOP0i;
- @property UIViewController *aWTSw;
- @property UIApplication *a7S1zrE5nh;
- @property UIVisualEffectView *aCusmaOEvNL;
- @property UIBarButtonItem *ae1xtgEz0X;
- @end
|