mac
2024-02-26 319d9cd6097e6d825bccd1d940c1609f4ffd6543
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);
}