This commit is contained in:
zxj
2025-07-29 11:09:59 +08:00
parent df5acf6b61
commit 56e0a85a4c
106 changed files with 10986 additions and 92 deletions
@@ -0,0 +1,8 @@
package com.sw.dualscreen.viewmodel
import androidx.lifecycle.ViewModel
class MyViewModel : ViewModel() {
}