ADD week 5
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package com.google.android.material.shape;
|
||||
|
||||
/* loaded from: classes.dex */
|
||||
public interface Shapeable {
|
||||
ShapeAppearanceModel getShapeAppearanceModel();
|
||||
|
||||
void setShapeAppearanceModel(ShapeAppearanceModel shapeAppearanceModel);
|
||||
}
|
||||
Reference in New Issue
Block a user