package com.skipping.activity import com.libs.fragment.BaseView /** * @author Ming * 3/24/22 * */ interface IView :BaseView { }