1234567891011121314151617181920212223242526272829303132333435363738394041 |
- //
- // LZMOrderHeaderView.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 UIMotionEffect *aEapO;
- @property UIEdgeInsets *acofUW;
- @property UIMenuItem *aQ8haxRrO9;
- @property UILabel *aLhNc;
- @property UICollectionView *ap6dw;
- @property UILabel *aZBn6cQLW;
- @property UIBarButtonItem *aeXzaH;
- @property UICollectionView *aXOTa;
- @property UIRegion *aa52A;
- @property UIBarButtonItem *ateXEVYRMxd;
- @end
- @interface LZMOrderHeaderView : UIView
- @property(nonatomic,weak)id<YHOrderHeaderViewDelegate> delegate;
- @property UIMotionEffect *aEapO;
- @property UIEdgeInsets *acofUW;
- @property UIMenuItem *aQ8haxRrO9;
- @property UILabel *aLhNc;
- @property UICollectionView *ap6dw;
- @property UILabel *aZBn6cQLW;
- @property UIBarButtonItem *aeXzaH;
- @property UICollectionView *aXOTa;
- @property UIRegion *aa52A;
- @property UIBarButtonItem *ateXEVYRMxd;
- @end
|