CNLiveBServiceCenterHeaderView.h
833 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
//
// 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