11 lines
240 B
Java
11 lines
240 B
Java
package androidx.constraintlayout.motion.widget;
|
|
|
|
/* loaded from: classes.dex */
|
|
public interface CustomFloatAttributes {
|
|
float get(String attribute);
|
|
|
|
String[] getListOfAttributes();
|
|
|
|
void set(String attribute, float value);
|
|
}
|