Sign in

RF / mobileWms · Files

Logo

GitLab

  • Back to group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • mobileWms
  • ..
  • download
  • OKHttpInterface.java
  • 增加快速入库
    ebee9894
    游杰 authored
    2020-05-27 11:38:08 +0800  
    Browse Code »
OKHttpInterface.java 183 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11
package com.huaheng.mobilewms.download;

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

    void onSuccess(String msg);

    void onFail(String msg);
}