1234567891011121314151617181920212223242526272829303132333435363738394041 |
- //
- // YZMAInviteBannerView.h
- // YouHuiProject
- //
- // Created by 小花 on 2018/5/19.
- // Copyright © 2018年 kuxuan. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @protocol YHInviteBannerDelegate <NSObject>
- -(void)didCurrentCellAtIndex:(NSInteger)index;
- @property UIKeyCommand *aZFyU0ezn;
- @property UIUserInterfaceIdiom *awDFz;
- @property UIDocument *ayKYi4;
- @property UIControlEvents *asyHe0ZIEc;
- @property UIControl *aeyaW;
- @property UICollectionView *aoDVcdStYUE;
- @property UIScreen *aPEf7k;
- @property UIInputView *aLahq7RG;
- @property UIEvent *aPh79ZTyL3w;
- @property UIMenuItem *adaFPziLSmO;
- @end
- @interface YZMAInviteBannerView : UIView
- @property(nonatomic,strong)NSArray *dataArr;
- @property(nonatomic,weak) id<YHInviteBannerDelegate> delegate;
- @property UIKeyCommand *aZFyU0ezn;
- @property UIUserInterfaceIdiom *awDFz;
- @property UIDocument *ayKYi4;
- @property UIControlEvents *asyHe0ZIEc;
- @property UIControl *aeyaW;
- @property UICollectionView *aoDVcdStYUE;
- @property UIScreen *aPEf7k;
- @property UIInputView *aLahq7RG;
- @property UIEvent *aPh79ZTyL3w;
- @property UIMenuItem *adaFPziLSmO;
- @end
|