10 lines
170 B
Kotlin
10 lines
170 B
Kotlin
package com.arpa.hndahesudintocctmsdriver.event
|
|
|
|
/**
|
|
* @author hlh
|
|
* @version 1.0.0
|
|
* @date 2021/10/20 14:43
|
|
* @description:
|
|
*/
|
|
class FaceEvent(var message: String)
|