Initial commit
This commit is contained in:
6
sources/io/reactivex/CompletableSource.java
Normal file
6
sources/io/reactivex/CompletableSource.java
Normal file
@@ -0,0 +1,6 @@
|
||||
package io.reactivex;
|
||||
|
||||
/* loaded from: classes2.dex */
|
||||
public interface CompletableSource {
|
||||
void a(CompletableObserver completableObserver);
|
||||
}
|
||||
Reference in New Issue
Block a user