1
0
mirror of https://github.com/lint/TFDidThatSay synced 2025-07-04 08:36:45 +00:00

Add Reddit 2020.41.0 support

This commit is contained in:
lint
2020-10-29 16:31:06 -04:00
parent 088a9acf72
commit dd6539cc3c
2 changed files with 44 additions and 26 deletions

View File

@ -164,7 +164,12 @@
@property(strong, nonatomic) id dayTheme;
@property(strong, nonatomic) id nightTheme;
- (id)initWithTraitCollection:(id)arg1 appSettings:(id)arg2;
@end
// >= 2020.41.0
@interface RUIThemeGuidance : NSObject
@property(strong, nonatomic) RUITheme *currentTheme;
+ (id)sharedGuidance;
@end
@interface AppSettings