Sign in

RF / mmsRf · Files

Logo

GitLab

  • Back to group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • mmsRf
  • ..
  • download
  • OKHttpInterface.java
  • 物料管理 第一版 已经加了token
    26b631a9
    游杰 authored
    2021-03-09 10:28:06 +0800  
    Browse Code »
OKHttpInterface.java 179 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11
package com.huaheng.mmsrf.download;

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

    void onSuccess(String msg);

    void onFail(String msg);
}