左晓为主开发手持机充值管理机
zuoxiao
2025-02-28 765d5165b18938eaefbd5b3af00e8775bfb1a91f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package com.dayu.baselibrary.business;
 
import android.content.Context;
 
/**
 * author: zuo
 * Date: 2024-08-05
 * Time: 12:29
 * 备注:
 */
public interface StartLoginNavigotor {
 
   void navigateToLogin(Context context);
}