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