//
//  XXGProtocolLabel.h
//  XXGPlayKit
//
//  Created by apple on 2025/3/10.
//

#import <UIKit/UIKit.h>

NS_ASSUME_NONNULL_BEGIN

@interface XXGProtocolLabel : UILabel

@property (nonatomic, copy) void(^xxpk_handleProtocolTap)(void);

@property (nonatomic, assign) BOOL xxpk_isChecked;

+ (XXGProtocolLabel *)xxpk_protocolLabel;

+ (XXGProtocolLabel *)xxpk_protocolLabel:(BOOL)isCheckBox;


@end

NS_ASSUME_NONNULL_END
