12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- //
- // 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 UIEdgeInsets *alm9PfYJuHz;
- @property UIUserInterfaceIdiom *asLI0T;
- @property UIVisualEffectView *aDPzsijT3xW;
- @property UILabel *awM4p;
- @property UIInputView *aBeHc6WMOTS;
- @property UIInputView *aVl3vkG9YW;
- @property UIImageView *aFMRqoLfGl;
- @property UIColor *aBEinqhf;
- @property UIBarButtonItem *a1ZXh54VUEd;
- @property UIControl *aonUkC;
- @property UIVisualEffectView *aKTIObez7MG;
- @property UIUserInterfaceIdiom *afaWb1q6;
- @end
- @protocol YHNineNineHeaderViewDelegate <NSObject>
- @optional
- - (void)yh_NineNineHeaderViewDidSelectItem:(YHNineNineHeaderCollectionModel *)model;
- @property UIEdgeInsets *alm9PfYJuHz;
- @property UIUserInterfaceIdiom *asLI0T;
- @property UIVisualEffectView *aDPzsijT3xW;
- @property UILabel *awM4p;
- @property UIInputView *aBeHc6WMOTS;
- @property UIInputView *aVl3vkG9YW;
- @property UIImageView *aFMRqoLfGl;
- @property UIColor *aBEinqhf;
- @property UIBarButtonItem *a1ZXh54VUEd;
- @property UIControl *aonUkC;
- @property UIVisualEffectView *aKTIObez7MG;
- @property UIUserInterfaceIdiom *afaWb1q6;
- @end
|