wait continue
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
package com.mogo.module.apps.applaunch
|
||||
|
||||
import android.content.Context
|
||||
import com.mogo.module.apps.model.AppInfo
|
||||
|
||||
class GuideShowLauncher : BaseAppLauncher() {
|
||||
|
||||
override fun launch(context: Context, appInfo: AppInfo) {
|
||||
|
||||
}
|
||||
|
||||
override fun destroy() {
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user