CNLiveHeaderView.h 380 Bytes
//
//  CNLiveHeaderView.h
//  CNLiveScioLive
//
//  Created by CNLive-zxw on 2018/9/18.
//  Copyright © 2018年 CNLive. All rights reserved.
//

#import <UIKit/UIKit.h>

@class CNLiveModel;
typedef void(^PlayViewClickedBlock)();

@interface CNLiveHeaderView : UIView
@property (nonatomic, strong) CNLiveModel *model;
@property (nonatomic, copy) PlayViewClickedBlock block;

@end