补充美颜模型和美颜配置
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package com.yunbao.faceunity.entity
|
||||
|
||||
/**
|
||||
* 滤镜
|
||||
* @property key String 名称标识
|
||||
* @property imageRes Int 图片
|
||||
* @property desRes Int 描述
|
||||
* @constructor
|
||||
*/
|
||||
data class FaceBeautyStyleBean @JvmOverloads constructor(val key: String, val imageRes: Int, val desRes: Int)
|
||||
Reference in New Issue
Block a user