Files
YTLitePlus/Tweaks/YouTubeHeader/ASTextNode.h
2023-06-27 09:54:41 +02:00

6 lines
172 B
Objective-C

#import "ASControlNode.h"
@interface ASTextNode : ASControlNode <UIGestureRecognizerDelegate>
@property (atomic, copy, readwrite) NSAttributedString *attributedText;
@end