| 123456789101112131415161718 |
- //
- // BuyerGetMoneyVC.h
- // yunbaolive
- //
- // Created by ybRRR on 2020/3/29.
- // Copyright © 2020 cat. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface BuyerGetMoneyVC : UIViewController
- @property (nonatomic, strong)NSDictionary *moneyDic;
- @end
- NS_ASSUME_NONNULL_END
|