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

#import <UIKit/UIKit.h>
typedef void(^LoginDidClickedBlock)(void);

@interface CNMyTableViewHeaderView : UIView
@property (nonatomic, copy) LoginDidClickedBlock block;

@end