Subversion Repositories SmartDukaan

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
4133 chandransh 1
package in.shop2020.hotspot.dashbaord.shared.data;
2
 
3
public interface Constants {
4
	static final int PAGE_SIZE = 50;
5
}