DSVCGLMyVoteCollectionReusableHeaderView.h 408 Bytes
//
//  DSVCGLMyVoteCollectionReusableHeaderView.h
//  DSCnliveShopSDK
//
//  Created by zhaolin on 2019/6/20.
//  Copyright © 2019 BIKE. All rights reserved.
//

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

NS_ASSUME_NONNULL_BEGIN

@interface DSVCGLMyVoteCollectionReusableHeaderView : UICollectionReusableView

@property (nonatomic,strong) DSVCGLMyVoteModel * model;

@end

NS_ASSUME_NONNULL_END