mirror of
https://github.com/lint/TFDidThatSay
synced 2025-07-04 08:36:45 +00:00
Add support for Reddit 4.45.0 update
This commit is contained in:
@ -107,6 +107,13 @@
|
||||
@end
|
||||
|
||||
@interface ThemeManager
|
||||
|
||||
// >= 4.45.0
|
||||
@property(assign,nonatomic) id darkTheme;
|
||||
@property(assign,nonatomic) id lightTheme;
|
||||
-(id) initWithAppSettings:(id) arg1;
|
||||
|
||||
// < 4.45.0
|
||||
@property(assign,nonatomic) id dayTheme;
|
||||
@property(assign,nonatomic) id nightTheme;
|
||||
-(id) initWithTraitCollection:(id) arg1 appSettings:(id) arg2;
|
||||
|
Reference in New Issue
Block a user