// // GHTabViewCell.h // collectTest // // Created by You on 2024/5/21. // #import <UIKit/UIKit.h> NS_ASSUME_NONNULL_BEGIN @interface GHTabViewCell : YMBaseTableViewCell @end NS_ASSUME_NONNULL_END