admin
2021-10-21 7e2ac66d7c532a5725635fa3913789bb17c1e157
1
2
3
4
5
package com.yeshi.video.utils;
 
public interface IPageEventListener {
    public void onCreateView();
}