discord-jadx/app/src/main/java/androidx/constraintlayout/motion/widget/CustomFloatAttributes.java

9 lines
192 B
Java
Raw Normal View History

2021-06-27 20:44:35 +00:00
package androidx.constraintlayout.motion.widget;
public interface CustomFloatAttributes {
float get(String str);
String[] getListOfAttributes();
void set(String str, float f);
}