SignCollectionViewCell.h
380 字节
//
// SignCollectionViewCell.h
// DreamSleep
//
// Created by peter on 2022/6/29.
//
#import <UIKit/UIKit.h>
#import "SignModel.h"
#import "ScoreTaskRequestModel.h"
NS_ASSUME_NONNULL_BEGIN
@interface SignCollectionViewCell : UICollectionViewCell
- (void)refreshSignView:(ScoreTaskRequestModel *)requestModel indexPath:(NSIndexPath *)indexPath;
@end
NS_ASSUME_NONNULL_END