Create function to get current text color

This commit is contained in:
lint
2021-02-08 14:33:18 -05:00
parent c6a958540f
commit 50366559da
2 changed files with 85 additions and 149 deletions

View File

@ -58,6 +58,7 @@
@interface CommentTreeHeaderNode
@property(strong, nonatomic) id commentTreeNode;
- (void)updateContentViewsForData:(id)arg1;
- (void)configureNodes;
@end
@interface CommentTreeCommandBarNode
@ -156,7 +157,7 @@
- (id)initWithConfig:(id)arg1;
@end
@interface ThemeManager
@interface ThemeManager : NSObject
+ (id)sharedManager;