1234567891011121314151617181920212223242526272829303132333435 |
- //
- // YZMAMineOrderView.h
- // YouHuiProject
- //
- // Created by 小花 on 2018/5/17.
- // Copyright © 2018年 kuxuan. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #import "YZMAUserInfo.h"
- typedef void (^MoreButtonClick)(void);
- typedef void (^CommissionClick)(BOOL isThisMonth,NSInteger type);
- @interface YZMAMineOrderView : UIView
- @property (nonatomic, copy) MoreButtonClick moreButtonClick; //查看更多
- @property (nonatomic, copy) CommissionClick commissionClick; //点击佣金
- - (void)setAccountInfoWithUserInfo:(YZMAUserInfo *)userInfo;
- - (void)setUnloginInfo;//未登录时
- @property UIControl *ak6X0mK;
- @property UIAlertView *a49iK1v;
- @property UIScreen *aM53z;
- @property UISearchBar *ao1lzemXiWN;
- @property UIDevice *aWmsYM;
- @property UIUserInterfaceIdiom *aE8CWzeKHf;
- @property UIFont *axNBR;
- @property UIEvent *atsxWGEMH1;
- @property UIMenuItem *a5KNvYshSq;
- @property UIRegion *aruDWx;
- @property UIControl *a1JdExcf;
- @property UIEdgeInsets *adgYE;
- @property UIApplication *aMnWlz;
- @end
|