Sign in

RF / xiangdianwms · Files

Logo

GitLab

  • Back to group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • xiangdianwms
  • ..
  • download
  • OKHttpInterface.java
  • first version
    732e7575
    游杰 authored
    2019-04-26 21:46:51 +0800  
    Browse Code »
OKHttpInterface.java 177 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11
package com.lijinji.led.download;

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

    void onSuccess(String msg);

    void onFail(String msg);
}