6 lines
162 B
Java
6 lines
162 B
Java
package fi.razerman.youtube;
|
|
|
|
// Ignore this file, the implementation is in another repository
|
|
public class XGlobals {
|
|
public static Boolean debug = false;
|
|
}
|