package com.qboxus.tictic.activitesfragments.profile.analytics;

public class GraphData {
    String date;
    int count = 0;
}
