空格
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package com.xscm.moduleutil.activity;
|
||||
|
||||
public interface IView<T> {
|
||||
T getSelfActivity();
|
||||
|
||||
void showLoadings();
|
||||
|
||||
void showLoadings(String content);
|
||||
|
||||
void disLoadings();
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user