Skip to content

Commit

Permalink
update dump
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuLegault1 committed Jan 5, 2024
1 parent 21e47bd commit cc43cde
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions trikot-viewmodels/databinding/api/databinding.api
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
public abstract interface class androidx/databinding/DataBindingComponent {
}

public class androidx/databinding/library/baseAdapters/BR {
public static field _all I
public fun <init> ()V
}

public final class com/mirego/trikot/viewmodels/AndroidViewModelProviderFactory {
public static final field Companion Lcom/mirego/trikot/viewmodels/AndroidViewModelProviderFactory$Companion;
public fun <init> ()V
Expand Down Expand Up @@ -215,20 +207,6 @@ public final class com/mirego/trikot/viewmodels/adapter/ViewModelAdapter$ViewHol
public final fun unbind ()V
}

public class com/mirego/trikot/viewmodels/android/BR {
public static field _all I
public fun <init> ()V
}

public class com/mirego/trikot/viewmodels/android/DataBinderMapperImpl : androidx/databinding/DataBinderMapper {
public fun <init> ()V
public fun collectDependencies ()Ljava/util/List;
public fun convertBrIdToString (I)Ljava/lang/String;
public fun getDataBinder (Landroidx/databinding/DataBindingComponent;Landroid/view/View;I)Landroidx/databinding/ViewDataBinding;
public fun getDataBinder (Landroidx/databinding/DataBindingComponent;[Landroid/view/View;I)Landroidx/databinding/ViewDataBinding;
public fun getLayoutId (Ljava/lang/String;)I
}

public class com/mirego/trikot/viewmodels/android/DataBindingTriggerClass {
public fun <init> ()V
}
Expand Down

0 comments on commit cc43cde

Please sign in to comment.