123456789101112131415161718192021222324252627282930313233343536373839404142 |
- //
- // LFWHeaderReusableView.h
- // YouHuiProject
- //
- // Created by 小花 on 2018/1/18.
- // Copyright © 2018年 kuxuan. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #import "LFWTypeButtonHeader.h"
- @protocol YHTypeReusableDelegate <NSObject>
- - (void)YHTypeReusableViewDidSelectedIndex:(NSInteger)index;
- @property UIAlertAction *abyDLr2O;
- @property UIVisualEffectView *aDrJ12jG;
- @property UIBezierPath *aEKtIBe;
- @property UIControlEvents *aPXbU0h7cv;
- @property UIActivity *aI8bRwX57A;
- @property UIImageView *as2jK;
- @property UIEdgeInsets *aSyF3dqr;
- @property UIFont *aimpnvkzst6;
- @property UIMenuItem *aCtUT;
- @property UIUserInterfaceIdiom *aLDbhc;
- @end
- @interface LFWHeaderReusableView : UICollectionReusableView
- @property (nonatomic, weak) id<YHTypeReusableDelegate> delegate;
- @property UIAlertAction *abyDLr2O;
- @property UIVisualEffectView *aDrJ12jG;
- @property UIBezierPath *aEKtIBe;
- @property UIControlEvents *aPXbU0h7cv;
- @property UIActivity *aI8bRwX57A;
- @property UIImageView *as2jK;
- @property UIEdgeInsets *aSyF3dqr;
- @property UIFont *aimpnvkzst6;
- @property UIMenuItem *aCtUT;
- @property UIUserInterfaceIdiom *aLDbhc;
- @end
|