fix(Spotify - Unlock Premium): Fix hiding context menu ads on newest versions (#5318)

Co-authored-by: oSumAtrIX <johan.melkonyan1@web.de>
This commit is contained in:
Nuckyz
2025-07-02 09:08:11 -03:00
committed by GitHub
parent d3c9dc6ed7
commit 8b9e04475d
2 changed files with 32 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
package app.revanced;
public interface ContextMenuItemPlaceholder {
Object getViewModel();
}