This commit is contained in:
unknown
2021-01-05 19:18:12 +08:00
parent 50b7f00cdf
commit 8be440d6b2
17 changed files with 57 additions and 23 deletions

View File

@@ -2,7 +2,6 @@ package com.mogo.httpdns;
import androidx.annotation.Keep;
public
/**
* @author congtaowang
* @since 2020/11/19
@@ -10,7 +9,7 @@ public
* dns ttl 通知
*/
@Keep
interface IHttpDnsTtlCallback {
public interface IHttpDnsTtlCallback {
@Keep
void onTtl();