package com.cheikh.lazywaimai.model.bean; /** * Created by comet on 16/1/29. */ public interface IEnum { IEnum valueToEnum(int value); }