CNLiveBServiceCenterHeaderView.h 833 Bytes
//
//  CNLiveBServiceCenterHeaderView.h
//  CNLiveServiceCenterModule
//
//  Created by 梁星国 on 2020/4/7.
//

#import <UIKit/UIKit.h>
@class CNLiveBServiceCenterModel;

NS_ASSUME_NONNULL_BEGIN

@interface CNLiveBServiceCenterHeaderView : UIView

- (void)configUI:(CNLiveBServiceCenterModel *)model;

@property (nonatomic, strong) CNLiveBServiceCenterModel *model;
//
///** 点击关注实现 */
//@property (nonatomic, copy) void(^clickAttentionBtnBlock)(CNLiveBServiceCenterHeaderView *view,UIButton *btn);
//
///** 点击图片实现 */
//@property (nonatomic, copy) void(^clickImageViewBlock)(CNLiveBServiceCenterHeaderView *view,UIImageView *imageView);




@end

NS_ASSUME_NONNULL_END


NS_ASSUME_NONNULL_BEGIN

@interface CNLiveBCenterAuthEnterView : UIView

- (void)configUI:(Boolean)isAuth;

@end

NS_ASSUME_NONNULL_END