mac
2024-08-12 c1859d8a6f8f20b4369b5d72ad030f3496b1417c
1
2
3
4
5
6
7
8
9
10
package com.hdl.photovoltaic.listener;
 
import android.os.Bundle;
 
public interface BaseView {
 
    Object getContentView();
 
    void onBindView(Bundle savedInstanceState);
}