package com.v7lin.android.env; /** * * * @author v7lin E-mail:v7lin@qq.com */ public interface EnvViewMap { public String transfer(String name); }