[3.4.0-map-sdk] code style
This commit is contained in:
@@ -6,7 +6,7 @@ import android.os.Bundle
|
||||
* 生命周期
|
||||
*/
|
||||
interface ILifeCycle {
|
||||
fun onCreate(bundle: Bundle)
|
||||
fun onCreate(bundle: Bundle?)
|
||||
fun onResume()
|
||||
fun onPause()
|
||||
fun onDestroy()
|
||||
|
||||
Reference in New Issue
Block a user