Added +spamSignalsDictionaryWithoutIDFA hook

This commit is contained in:
Thatchapon Unprasert 2023-06-18 09:25:33 +07:00
parent 16fbe8475a
commit 61f8e79241

View file

@ -103,6 +103,9 @@ static BOOL oldDarkTheme() {
+ (NSMutableDictionary *)spamSignalsDictionary {
return nil;
}
+ (NSMutableDictionary *)spamSignalsDictionaryWithoutIDFA {
return nil;
}
%end
%hook YTHotConfig