// // PlatformGoodsVC.h // yunbaolive // // Created by ybRRR on 2020/12/1. // Copyright © 2020 cat. All rights reserved. // #import "YBBaseViewController.h" NS_ASSUME_NONNULL_BEGIN @interface PlatformGoodsVC : YBBaseViewController @end NS_ASSUME_NONNULL_END