|
@@ -157,8 +157,9 @@ public enum PAGESOURCE: String {
|
|
case sp_shanyinApp_main = "speedApp-main"
|
|
case sp_shanyinApp_main = "speedApp-main"
|
|
|
|
|
|
case sp_shanyinApp_mine = "shanyinApp-mine"
|
|
case sp_shanyinApp_mine = "shanyinApp-mine"
|
|
- case sp_speekPage = "speekPage"
|
|
+ case sp_speekPage = "speekPage"
|
|
-
|
|
+ case sp_composePage = "composePage"
|
|
|
|
+
|
|
public func realRawValue(prefix: String? = nil) -> String {
|
|
public func realRawValue(prefix: String? = nil) -> String {
|
|
if prefix != nil, (prefix?.count ?? 0) > 0 {
|
|
if prefix != nil, (prefix?.count ?? 0) > 0 {
|
|
if prefix == "shanyinApp", rawValue.hasPrefix("speedApp") {
|
|
if prefix == "shanyinApp", rawValue.hasPrefix("speedApp") {
|
|
@@ -403,7 +404,13 @@ public enum objectType: String {
|
|
case ot_videoShareFriend_fullScreen = "videoShareFriend_fullScreen"
|
|
case ot_videoShareFriend_fullScreen = "videoShareFriend_fullScreen"
|
|
case ot_hotBoard_videoButton = "videoButton"
|
|
case ot_hotBoard_videoButton = "videoButton"
|
|
case ot_addVideo = "addVideo"
|
|
case ot_addVideo = "addVideo"
|
|
-
|
|
+ case ot_speekButton = "speekButton"
|
|
|
|
+ case ot_exportButton = "exportButton"
|
|
|
|
+ case ot_startCompose = "startCompose"
|
|
|
|
+ case ot_composeSuccess = "composeSuccess"
|
|
|
|
+ case ot_saveToAblum = "saveToAblum"
|
|
|
|
+ case ot_captionsButton = "captionsButton"
|
|
|
|
+
|
|
public func realRawValue(prefix: String? = nil) -> String {
|
|
public func realRawValue(prefix: String? = nil) -> String {
|
|
if prefix != nil, (prefix?.count ?? 0) > 0 {
|
|
if prefix != nil, (prefix?.count ?? 0) > 0 {
|
|
if prefix == "shanyinApp", rawValue.hasPrefix("speedApp") {
|
|
if prefix == "shanyinApp", rawValue.hasPrefix("speedApp") {
|