// // ShopInfoVC.h // YBVideo // // Created by ybRRR on 2021/3/8. // Copyright © 2021 cat. All rights reserved. // #import "YBBaseViewController.h" @interface ShopInfoVC : YBBaseViewController @property (nonatomic, strong)NSDictionary *shopInfoDic; @end