mac
2024-03-12 0b6f27a6aeeb6eb3d5ee55b500797875c2bd5d2c
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);
}