mirror of
https://github.com/ReVanced/revanced-patches.git
synced 2026-01-18 08:43:56 +00:00
6 lines
98 B
Java
6 lines
98 B
Java
package app.revanced;
|
|
|
|
public interface ContextMenuItemPlaceholder {
|
|
Object getViewModel();
|
|
}
|