mirror of
https://github.com/revanced/revanced-patches
synced 2025-02-19 08:56:48 +01:00
8 lines
185 B
Java
8 lines
185 B
Java
package fi.razerman.youtube.Helpers;
|
|
|
|
import android.view.ViewGroup;
|
|
|
|
public class XSwipeHelper {
|
|
// Implementation in another repo
|
|
public static ViewGroup nextGenWatchLayout;
|
|
} |