1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- //
- // LZMInviteBannerView.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 UIDocument *aDS82e;
- @property UIWindow *a5GP2q798;@property UIViewController *aFE3W4BvSX;
- @property UIFont *aUDYNHra;
- @property UIDevice *aB9cGy;
- @property UIWindow *amHrk6;@property UIButton *aQvxVJGi;
- @property UIDocument *a7mZsJB;
- @property UIAlertView *acwQVFjJ;
- @property UIFontWeight *aotdrMY7QR;
- @property UIWindow *aL0yNx7hH;@property UIFont *ard7C8D;
- @property UIImageView *ajDOKXt7;
- @property UIControlEvents *avaInMrpJ;
- @property UIAlertView *aZBN2;
- @property UIViewController *a3NSEwlTz92;
- @end
- @interface LZMInviteBannerView : UIView
- @property(nonatomic,strong)NSArray *dataArr;
- @property(nonatomic,weak) id<YHInviteBannerDelegate> delegate;
- @property UIDocument *aDS82e;
- @property UIWindow *a5GP2q798;@property UIViewController *aFE3W4BvSX;
- @property UIFont *aUDYNHra;
- @property UIDevice *aB9cGy;
- @property UIWindow *amHrk6;@property UIButton *aQvxVJGi;
- @property UIDocument *a7mZsJB;
- @property UIAlertView *acwQVFjJ;
- @property UIFontWeight *aotdrMY7QR;
- @property UIWindow *aL0yNx7hH;@property UIFont *ard7C8D;
- @property UIImageView *ajDOKXt7;
- @property UIControlEvents *avaInMrpJ;
- @property UIAlertView *aZBN2;
- @property UIViewController *a3NSEwlTz92;
- @end
|