Rabbit-R1/android (non root)/java/sources/androidx/constraintlayout/motion/widget/CustomFloatAttributes.java
2024-05-21 17:08:36 -04:00

10 lines
224 B
Java

package androidx.constraintlayout.motion.widget;
/* loaded from: classes.dex */
public interface CustomFloatAttributes {
float get(String str);
String[] getListOfAttributes();
void set(String str, float f);
}