All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.yy.httpproxy.thirdparty.NotificationProvider Maven / Gradle / Ivy

package com.yy.httpproxy.thirdparty;

/**
 * Created by Administrator on 2016/4/29.
 */
public interface NotificationProvider {

    String getToken();

    String getType();

    void setToken(String token);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy