wjc
2026-03-03 41acbc671acb82d38ced59c65f0177ed2a216bf1
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);
}