mirror of
https://github.com/revanced/revanced-patches
synced 2025-02-22 20:11:13 +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;
|
||
|
}
|