luxlabs header browser preview


@class NSString, NSAttributedString;

@interface _MKTokenAttributedString : NSObject

@property (copy, nonatomic) NSAttributedString *attributedString;
@property (copy, nonatomic) NSString *string;

- (id)description;
- (void).cxx_destruct;
- (BOOL)isEmpty;

@end