hxb
2022-11-23 6d4270227ca513f74d3fccc4ee3a0c0633e707d4
1
2
3
4
5
package com.mm.android.deviceaddmodule.mobilecommon.widget.linechart.adapter;
 
public interface IValueAdapter {
    String value2String(double value);
}