GitNex/app/src/main/java/org/mian/gitnex/helpers/languagestatistics/SeekbarItem.java

11 lines
168 B
Java

package org.mian.gitnex.helpers.languagestatistics;
/**
* @author M M Arif
*/
public class SeekbarItem {
public int color;
public float progressItemPercentage;
}