ADD week 5
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package com.google.android.material.sidesheet;
|
||||
|
||||
import android.view.View;
|
||||
|
||||
/* loaded from: classes.dex */
|
||||
interface SheetCallback {
|
||||
void onSlide(View view, float f);
|
||||
|
||||
void onStateChanged(View view, int i);
|
||||
}
|
||||
Reference in New Issue
Block a user