Blame | Last modification | View Log | RSS feed
package in.shop2020.hotspot.dashbaord.shared.data; public interface Constants { static final int PAGE_SIZE = 50; }
package in.shop2020.hotspot.dashbaord.shared.data;
public interface Constants {
static final int PAGE_SIZE = 50;
}