123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- //
- // LZMNineNineHeaderView.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 LZMNineNineHeaderView : UIView
- @property (nonatomic, weak) id<YHNineNineHeaderViewDelegate> delegate;
- @property (nonatomic, strong) YHNineNineHeaderModel *headerModel;
- @property UIEvent *au05ka;
- @property UISearchBar *aMn5P1WVX;
- @property UIBarButtonItem *awf84SgNvpQ;
- @property UIControlEvents *adS4pML;
- @property UIAlertAction *a8Lb3q;
- @property UIImageView *aC0yIbNtP;
- @property UIKeyCommand *aEwbG53hAg;
- @property UIControl *a9WEHFq;
- @property UITableView *aASePIVE1h;
- @property UIAlertAction *aBepS;
- @property UIEvent *aovJfnTz;
- @property UIButton *a0SI5yYV;
- @property UILabel *aYibhqxlm1;
- @end
- @protocol YHNineNineHeaderViewDelegate <NSObject>
- @optional
- - (void)yh_NineNineHeaderViewDidSelectItem:(YHNineNineHeaderCollectionModel *)model;
- @property UIEvent *au05ka;
- @property UISearchBar *aMn5P1WVX;
- @property UIBarButtonItem *awf84SgNvpQ;
- @property UIControlEvents *adS4pML;
- @property UIAlertAction *a8Lb3q;
- @property UIImageView *aC0yIbNtP;
- @property UIKeyCommand *aEwbG53hAg;
- @property UIControl *a9WEHFq;
- @property UITableView *aASePIVE1h;
- @property UIAlertAction *aBepS;
- @property UIEvent *aovJfnTz;
- @property UIButton *a0SI5yYV;
- @property UILabel *aYibhqxlm1;
- @end
|