Skip to content

Commit 640d581

Browse files
Apply changes from apiDump
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f5c2987 commit 640d581

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

workflow-ui/compose/api/compose.api

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
public abstract interface class com/squareup/workflow1/compose/Stepper {
2+
public abstract fun advance (Ljava/lang/Object;)V
3+
public abstract fun goBack ()Z
4+
}
5+
6+
public final class com/squareup/workflow1/compose/StepperKt {
7+
public static final fun stepper (Lkotlin/jvm/functions/Function1;Lkotlin/jvm/functions/Function3;Landroidx/compose/runtime/Composer;I)Ljava/util/List;
8+
public static final fun stepper (Lkotlin/jvm/functions/Function3;Landroidx/compose/runtime/Composer;I)Ljava/util/List;
9+
}
10+
111
public final class com/squareup/workflow1/ui/compose/ComposableSingletons$ScreenComposableFactoryFinderKt {
212
public static final field INSTANCE Lcom/squareup/workflow1/ui/compose/ComposableSingletons$ScreenComposableFactoryFinderKt;
313
public fun <init> ()V

0 commit comments

Comments
 (0)