Initial commit
This commit is contained in:
6
sources/com/ubtech/view/BaseView.java
Normal file
6
sources/com/ubtech/view/BaseView.java
Normal file
@@ -0,0 +1,6 @@
|
||||
package com.ubtech.view;
|
||||
|
||||
/* loaded from: classes2.dex */
|
||||
public interface BaseView<T> {
|
||||
void setPresenter(T t);
|
||||
}
|
||||
Reference in New Issue
Block a user