12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- //
- // YZMAOrderHeaderView.h
- // YouHuiProject
- //
- // Created by 小花 on 2018/5/18.
- // Copyright © 2018年 kuxuan. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @protocol YHOrderHeaderViewDelegate <NSObject>
- @optional
- - (void)changeToWithdrawVCwithMoneyStr:(NSString *)moneyStr;
- @property UIApplication *aljDhimOg;
- @property UIView *akOahK0XoD;
- @property UIFontWeight *aNOKPSL;
- @property UIImage *aYFqIt;
- @property UIControlEvents *aeAsb7X;
- @property UIBarButtonItem *arfBHNkcud;
- @property UIApplication *aBEt1iVO;
- @property UIEdgeInsets *ay2xEP;
- @property UIEvent *aMi5NxJcg;
- @property UIBarButtonItem *aSzXpUMLd;
- @property UIRegion *aB9NzkKwG;
- @property UILabel *aZyPs;
- @property UIBarButtonItem *a1f4kU6ctz;
- @property UIFont *aXNaFRj;
- @end
- @interface YZMAOrderHeaderView : UIView
- @property(nonatomic,weak)id<YHOrderHeaderViewDelegate> delegate;
- @property UIApplication *aljDhimOg;
- @property UIView *akOahK0XoD;
- @property UIFontWeight *aNOKPSL;
- @property UIImage *aYFqIt;
- @property UIControlEvents *aeAsb7X;
- @property UIBarButtonItem *arfBHNkcud;
- @property UIApplication *aBEt1iVO;
- @property UIEdgeInsets *ay2xEP;
- @property UIEvent *aMi5NxJcg;
- @property UIBarButtonItem *aSzXpUMLd;
- @property UIRegion *aB9NzkKwG;
- @property UILabel *aZyPs;
- @property UIBarButtonItem *a1f4kU6ctz;
- @property UIFont *aXNaFRj;
- @end
|