mirror of
https://github.com/revanced/revanced-patches
synced 2025-02-22 20:31:10 +01:00
8 lines
127 B
Java
8 lines
127 B
Java
package fi.razerman.youtube.Fenster;
|
|
|
|
/* loaded from: classes6.dex */
|
|
public enum Orientation {
|
|
HORIZONTAL,
|
|
VERTICAL
|
|
}
|