DSRSReserveFirStyleCollectionViewCell.h 404 Bytes
//
//  DSRSReserveFirStyleCollectionViewCell.h
//  DSCnliveShopSDK
//
//  Created by zhaolin on 2019/7/20.
//  Copyright © 2019 BIKE. All rights reserved.
//

#import <UIKit/UIKit.h>
#import "DSRSReserveListModel.h"

NS_ASSUME_NONNULL_BEGIN

@interface DSRSReserveFirStyleCollectionViewCell : UICollectionViewCell

@property (nonatomic,strong) DSRSReserveListModel * model;

@end

NS_ASSUME_NONNULL_END