DSVCGameLiveSHRankingCollectionViewCell.h
588 Bytes
//
// DSVCGameLiveSHRankingCollectionViewCell.h
// DSCnliveShopSDK
//
// Created by zhaolin on 2019/6/18.
// Copyright © 2019 BIKE. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "DSVCGameLiveModel.h"
NS_ASSUME_NONNULL_BEGIN
@interface DSVCGameLiveSHRankingCollectionViewCell : UICollectionViewCell
@property (nonatomic,strong,readonly) NSIndexPath * indexPath;
@property (nonatomic,strong,nullable,readonly) DSVCGLContestantUserModel * model;
-(void)setModel:(DSVCGLContestantUserModel * _Nullable)model indexPath:(NSIndexPath*)indexPath;
@end
NS_ASSUME_NONNULL_END