| 12345678910111213141516171819 |
- //
- // YBApplyConditionVC.h
- // YBVideo
- //
- // Created by YB007 on 2020/8/28.
- // Copyright © 2020 cat. All rights reserved.
- //
- #import "YBBaseViewController.h"
- @interface YBApplyConditionVC : YBBaseViewController
- @property(nonatomic,strong)NSDictionary *dataDic;
- @end
|