Newer
Older
CosmosClient / app / src / main / java / com / example / cosmosclient / views / Cheeses.java
package com.example.cosmosclient.views;

public class Cheeses {
    public static final String[] sCheeseStrings = {
            "Hushallsost", "Iberico", "Idaho Goatster",
            "Idiazabal", "Il Boschetto al Tartufo", "Ile d'Yeu", "Isle of Mull", "Jarlsberg",
            "Jermi Tortes", "Jibneh Arabieh", "Jindi Brie", "Jubilee Blue", "Juustoleipa"
    };
}