// // YOUPAITFBaseCollectionCell.h // trueface // // Created by Apple on 2019/10/10. // Copyright © 2019 jie. All rights reserved. // #import NS_ASSUME_NONNULL_BEGIN @interface YOUPAITFBaseCollectionCell : UICollectionViewCell +(instancetype)youpaifcellWithCollectionViewCell:(UICollectionView *)collectionView indexPath:(NSIndexPath *)indexPath; -(void)youpaifsetupUI; @end NS_ASSUME_NONNULL_END