|
@@ -412,6 +412,7 @@ public enum objectType: String {
|
|
|
case ot_captionsButton = "captionsButton" // 视说App-点击字幕
|
|
|
case ot_shootVideoButton = "shootVideo"
|
|
|
case ot_addVideoButton = "addVideo"
|
|
|
+ case ot_voiceChangerButton = "voiceChangerButton"
|
|
|
|
|
|
public func realRawValue(prefix: String? = nil) -> String {
|
|
|
if prefix != nil, (prefix?.count ?? 0) > 0 {
|