Runt
2025-12-12 53f2a4266f3e42296bdcc0f0c8365b2cd4a152b1
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() {}