123456789101112131415161718192021222324252627282930313233343536373839404142 |
- //
- // YZMANineNineHeaderView.h
- // YouHuiProject
- //
- // Created by xiaoxi on 2018/1/16.
- // Copyright © 2018年 kuxuan. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @class YHNineNineHeaderModel,YHNineNineHeaderCollectionModel;
- @protocol YHNineNineHeaderViewDelegate;
- @interface YZMANineNineHeaderView : UIView
- @property (nonatomic, weak) id<YHNineNineHeaderViewDelegate> delegate;
- @property (nonatomic, strong) YHNineNineHeaderModel *headerModel;
- @property UISearchBar *akfhwlKW13v;
- @property UIEvent *aF9RQodK;
- @property UIImage *arLKob3;
- @property UIScreen *acpFuDzTro5;
- @property UIKeyCommand *acXLSH;
- @property UIAlertView *a59pJwMQB;
- @property UISearchBar *aTHDl56iGv;
- @property UISearchBar *aaJoNdlG;
- @property UIView *aWFN4U;
- @property UIImageView *aHac7DUl;
- @end
- @protocol YHNineNineHeaderViewDelegate <NSObject>
- @optional
- - (void)yh_NineNineHeaderViewDidSelectItem:(YHNineNineHeaderCollectionModel *)model;
- @property UISearchBar *akfhwlKW13v;
- @property UIEvent *aF9RQodK;
- @property UIImage *arLKob3;
- @property UIScreen *acpFuDzTro5;
- @property UIKeyCommand *acXLSH;
- @property UIAlertView *a59pJwMQB;
- @property UISearchBar *aTHDl56iGv;
- @property UISearchBar *aaJoNdlG;
- @property UIView *aWFN4U;
- @property UIImageView *aHac7DUl;
- @end
|