Runt
2025-06-05 9580d80ae7fd2c56d5de9a04b2747b26f631954d
1
2
3
4
5
6
7
8
package com.runt.open.mvi.base.model
 
/**
 * @author Runt(qingingrunt2010@qq.com)
 * @purpose
 * @date 9/6/24
 */
class ImpViewModel :BaseViewModel() {}