package com.xzjmyk.pm.activity.wxapi; /** * Created by Arison on 2017/3/2. */ public interface ApiModel { /** * @desc:初始化api接口 * @author:Arison on 2017/3/3 */ void init(); }