ADD week 5
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package com.google.android.material.internal;
|
||||
|
||||
import android.graphics.drawable.Drawable;
|
||||
|
||||
/* loaded from: classes.dex */
|
||||
public interface ViewOverlayImpl {
|
||||
void add(Drawable drawable);
|
||||
|
||||
void remove(Drawable drawable);
|
||||
}
|
||||
Reference in New Issue
Block a user