wxr
2022-11-24 93c2822e063d1269674406cdefb6bf96db20c617
1
2
3
4
5
package com.mm.android.deviceaddmodule.mobilecommon.widget.linechart.adapter;
 
public interface IValueAdapter {
    String value2String(double value);
}