wjc
2025-04-28 1a5dbd95a4b61c3c94555bc799a1821aa07930e7
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);
}