Parcourir la source

添加公开方法

jsonwang il y a 3 ans
Parent
commit
4fd6120c91
1 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. 3 3
      BFFramework/Classes/Enums/Enums.swift

+ 3 - 3
BFFramework/Classes/Enums/Enums.swift

@@ -320,7 +320,7 @@ enum businessType: String {
 // MARK: - autoType 自动动作的类型
 
 /// autoType 自动动作的类型
-enum autoType: Int {
+public enum autoType: Int {
     case AUTO_TYPE_SCROLL_VERTICAL_DOWN = 11 // 用户手动下划触发播放(播上一个视频)
     case AUTO_TYPE_SCROLL_VERTICAL_UP = 12 // 用户手动上划触发播放(播下一个视频)
     case AUTO_TYPE_SCROLL_HORIZON_RIGHT = 13 // 用户手动右划触发播放
@@ -453,7 +453,7 @@ enum reportLogType {
 // MARK: - 底部tab
 
 /// 底部tab
-enum TAB_PAGETYPE: String {
+public enum TAB_PAGETYPE: String {
     case TAB_PAGETYPE_NORMAL = "nomalTab" // 默认
     case TAB_PAGETYPE_RECOMM = "categoryTab" // 推荐
     case TAB_PAGETYPE_ATTEN = "followTab" // 关注
@@ -647,7 +647,7 @@ enum videoUploadSourceType: String {
 // MARK: - 进入创作工具入口
 
 /// 素材上传、保存、收藏相关
-enum videoMakeEntranceType: String {
+public enum videoMakeEntranceType: String {
     case entranceMineTabDraft = "draft_metab" // 我的Tab -> 草稿箱列表 -> 创作工具
     case entrancePublicTabDraft = "draft_uploadpopup" // 发布Tab -> 草稿箱列表 -> 创作工具
     case entrancePublicTabCompose = "composeVideo" // 发布Tab -> 视频合成 -> 创作工具