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

9 lines
192 B
Java

package androidx.constraintlayout.motion.widget;
public interface CustomFloatAttributes {
float get(String str);
String[] getListOfAttributes();
void set(String str, float f);
}