Skip to content
Snippets Groups Projects
Item.java 223 B
package project;

public class Item {

	public Item(String title, String description, String images, String category) {

	}

	public static Item getItem(int item) {
		// TODO Auto-generated method stub
		return null;
	}

}