wip
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package androidx.databinding;
|
||||
|
||||
public class DataBinderMapperImpl extends MergedDataBinderMapper {
|
||||
DataBinderMapperImpl() {
|
||||
addMapper(new hanson.xyz.vpnhotspotmod.DataBinderMapperImpl());
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
package androidx.databinding;
|
||||
|
||||
public interface DataBindingComponent {
|
||||
}
|
||||
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user