package jp.gr.procon.proconapp.model; import java.util.ArrayList; public class GamePhotoList extends ArrayList<GamePhoto> { }