package com.fatapp.oxygentoolbox.util; public interface Locales { String getCn(); void setCn(String cn); String getEn(); void setEn(String en); }