// // YOUPAISYBaseCollectionCell.h // VQU // // Created by leo on 2020/4/21. // Copyright © 2020 leo. All rights reserved. // #import NS_ASSUME_NONNULL_BEGIN @interface YOUPAISYBaseCollectionCell : UICollectionViewCell + (instancetype)cellWithTableView:(UITableView *)tableView; - (void)youpaifsetupUI; @end NS_ASSUME_NONNULL_END