YBApplyConditionVC.h 278 B

12345678910111213141516171819
  1. //
  2. // YBApplyConditionVC.h
  3. // YBVideo
  4. //
  5. // Created by YB007 on 2020/8/28.
  6. // Copyright © 2020 cat. All rights reserved.
  7. //
  8. #import "YBBaseViewController.h"
  9. @interface YBApplyConditionVC : YBBaseViewController
  10. @property(nonatomic,strong)NSDictionary *dataDic;
  11. @end