Initial commit
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
package com.alibaba.sdk.android.oss.callback;
|
||||
|
||||
/* loaded from: classes.dex */
|
||||
public interface OSSProgressCallback<T> {
|
||||
void a(T t, long j, long j2);
|
||||
}
|
||||
Reference in New Issue
Block a user