浏览代码

添加统计

jsonwang 3 年之前
父节点
当前提交
b693924e88
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      BFCommonKit/Classes/BFEnums/Enums.swift

+ 2 - 0
BFCommonKit/Classes/BFEnums/Enums.swift

@@ -411,6 +411,8 @@ public enum objectType: String {
     case ot_composeSuccess = "composeSuccess" // 视说App-合成成功
     case ot_saveToAblum = "saveToAblum" // 视说App-点击保存至相册
     case ot_captionsButton = "captionsButton" // 视说App-点击字幕
+    case ot_shootVideoButton = "shootVideo"
+    case ot_addVideoButton = "addVideo"
     
     public func realRawValue(prefix: String? = nil) -> String {
         if prefix != nil, (prefix?.count ?? 0) > 0 {