mirror of
https://github.com/lint/TFDidThatSay
synced 2025-07-04 08:36:45 +00:00
Fix Reddit incorrect text color bug
This commit is contained in:
@ -169,6 +169,8 @@
|
||||
|
||||
@interface AppSettings
|
||||
+ (id)sharedSettings;
|
||||
- (BOOL)useDarkMode;
|
||||
- (BOOL)isAutoDarkModeEnabled;
|
||||
@end
|
||||
|
||||
@interface AccountManager
|
||||
@ -208,3 +210,7 @@
|
||||
|
||||
@interface MarkDownParser
|
||||
+ (id)attributedStringFromMarkdownString:(id)arg1;
|
||||
@end
|
||||
|
||||
@interface UITraitCollection ()
|
||||
+ (id)_currentTraitCollection;
|
||||
|
Reference in New Issue
Block a user