Sign in

游杰 / lijinji-exception · Files

Logo

GitLab

  • Back to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • lijinji-exception
  • ..
  • download
  • OKHttpInterface.java
  • 李锦记异常口扫码
    5f4a58d3
    游杰 authored
    2019-10-30 17:10:07 +0800  
    Browse Code »
OKHttpInterface.java 183 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11
package com.lijinji.exception.download;

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

    void onSuccess(String msg);

    void onFail(String msg);
}