This commit is contained in:
Your Name
2024-03-03 23:05:09 -06:00
parent 90b66d646b
commit bbfe32da05
3131 changed files with 113292 additions and 3 deletions

View File

@@ -0,0 +1,7 @@
package androidx.databinding;
public class DataBinderMapperImpl extends MergedDataBinderMapper {
DataBinderMapperImpl() {
addMapper(new hanson.xyz.vpnhotspotmod.DataBinderMapperImpl());
}
}

View File

@@ -0,0 +1,4 @@
package androidx.databinding;
public interface DataBindingComponent {
}

View File

@@ -0,0 +1,19 @@
package androidx.databinding.library.baseAdapters;
public class BR {
public static final int _all = 0;
public static final int addresses = 1;
public static final int client = 2;
public static final int data = 3;
public static final int rate = 4;
public static final int serviceStarted = 5;
public static final int switchEnabled = 6;
public static final int title = 7;
}