123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- //
- // LZMFindMiddleView.h
- // YouHuiProject
- //
- // Created by xiaoxi on 2018/1/19.
- // Copyright © 2018年 kuxuan. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @protocol YHFindMiddleViewDelegate;
- @interface LZMFindMiddleView : UICollectionReusableView
- @property (nonatomic, weak) id<YHFindMiddleViewDelegate> delegate;
- @property (nonatomic, strong) NSMutableArray *dataSource;
- @property UIInputView *agZelpTWtA4;
- @property UIMotionEffect *aGDcSC;
- @property UIControl *aiES0hk;
- @property UIMotionEffect *aZNwsEzuC;
- @property UIBarButtonItem *acsqMldBC;
- @property UIBarButtonItem *asuyfr;
- @property UIVisualEffectView *ahcTWAP9;
- @property UIRegion *al2Mk06zqY;
- @property UIControl *a5V1zM;
- @property UIWindow *auj5NkIEzri;@property UIControlEvents *ansfz4b;
- @property UIImage *ay7Qi2BAG;
- @property UIAlertView *aAly0tuq;
- @property UIFont *aWYK0JI;
- @end
- @protocol YHFindMiddleViewDelegate <NSObject>
- @optional
- - (void)yh_FindMiddleViewDidSelectItemAtIndexPath:(NSIndexPath *)indexPath;
- @property UIInputView *agZelpTWtA4;
- @property UIMotionEffect *aGDcSC;
- @property UIControl *aiES0hk;
- @property UIMotionEffect *aZNwsEzuC;
- @property UIBarButtonItem *acsqMldBC;
- @property UIBarButtonItem *asuyfr;
- @property UIVisualEffectView *ahcTWAP9;
- @property UIRegion *al2Mk06zqY;
- @property UIControl *a5V1zM;
- @property UIWindow *auj5NkIEzri;@property UIControlEvents *ansfz4b;
- @property UIImage *ay7Qi2BAG;
- @property UIAlertView *aAly0tuq;
- @property UIFont *aWYK0JI;
- @end
|