Subversion Repositories SmartDukaan

Rev

Rev 9220 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 9220 Rev 9269
Line 1... Line 1...
1
package in.shop2020.serving.pojos;
1
package in.shop2020.mobileapi.serving.pojos;
2
 
2
 
3
public class ImagePojo {
3
public class ImagePojo {
4
	private String title;
4
	private String title;
5
	private String url;
5
	private String url;
6
	
6