Sign in

游杰 / WMS · Files

Logo

GitLab

  • Back to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • WMS
  • ..
  • download
  • OKHttpInterface.java
  • 应用自更新升级,可以根据项目名来规定最高版本
    d4add84b
    游杰 authored
    2018-08-24 14:56:23 +0800  
    Browse Code »
OKHttpInterface.java 177 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11
package com.huaheng.wms.download;

/**
 * Created by youjie on 2018/8/23
 */
public interface OKHttpInterface {

    void onSuccess(String msg);

    void onFail(String msg);
}