8 lines
198 B
Kotlin
8 lines
198 B
Kotlin
package com.stec.cmd
|
||
|
||
import dagger.hilt.android.AndroidEntryPoint
|
||
|
||
/** 任务占位(M3 任务管理,S2 挂载任务列表)。 */
|
||
@AndroidEntryPoint
|
||
class TaskFragment : PlaceholderFragment()
|