|
@@ -411,6 +411,8 @@ public enum objectType: String {
|
|
|
case ot_composeSuccess = "composeSuccess"
|
|
|
case ot_saveToAblum = "saveToAblum"
|
|
|
case ot_captionsButton = "captionsButton"
|
|
|
+ case ot_shootVideoButton = "shootVideo"
|
|
|
+ case ot_addVideoButton = "addVideo"
|
|
|
|
|
|
public func realRawValue(prefix: String? = nil) -> String {
|
|
|
if prefix != nil, (prefix?.count ?? 0) > 0 {
|