mac
2024-03-08 b5b0b01715a4de1ea3cdf4804da46a546e4f9262
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);
}