| 123456789101112131415161718 |
- //
- // YBRedProfitVC.h
- // YBVideo
- //
- // Created by ybRRR on 2023/1/10.
- // Copyright © 2023 cat. All rights reserved.
- //
- #import "YBBaseViewController.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface YBRedProfitVC : YBBaseViewController
- @property (nonatomic,strong) NSString *titleStr;;
- @end
- NS_ASSUME_NONNULL_END
|