ShopInfoVC.h 263 B

123456789101112131415
  1. //
  2. // ShopInfoVC.h
  3. // YBVideo
  4. //
  5. // Created by ybRRR on 2021/3/8.
  6. // Copyright © 2021 cat. All rights reserved.
  7. //
  8. #import "YBBaseViewController.h"
  9. @interface ShopInfoVC : YBBaseViewController
  10. @property (nonatomic, strong)NSDictionary *shopInfoDic;
  11. @end