dashboard
repositories
filestore
activity
search
login
lyric
/
autolyric
抖音自动发送文本
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
滑动歌词 计算时间
Runt
2022-05-04
27f180efca808046df3f3e917ee5f98d2d54849b
[lyric/autolyric.git]
/
app
/
src
/
main
/
java
/
com
/
auto
/
lyric
/
vm
/
MainViewModel.java
1
2
3
4
5
6
7
8
9
package com.auto.lyric.vm;
import com.auto.lyric.base.model.BaseViewModel;
/**
* Created by Runt (qingingrunt2010@qq.com) on 2022/3/20.
*/
public class MainViewModel extends BaseViewModel {
}