[base_3.4.0-map-sdk]

This commit is contained in:
zhongchao
2023-08-17 16:41:21 +08:00
parent bfd591f5d5
commit 10b5933c03
19 changed files with 225 additions and 451 deletions

View File

@@ -0,0 +1,13 @@
package com.mogo.map
class MogoData {
companion object{
val mogoData by lazy(LazyThreadSafetyMode.SYNCHRONIZED){
MogoData()
}
}
}