|
@@ -15,69 +15,69 @@ import BFCommonKit
|
|
|
|
|
|
public class PQSingletoMemoryUtil: NSObject {
|
|
|
public static let shared = PQSingletoMemoryUtil()
|
|
|
- var isShowAttendPoint: Bool = false
|
|
|
- var attendIdosUpdateCount: Int = 0
|
|
|
- var isLeftSlipRemind: Bool = false
|
|
|
+ public var isShowAttendPoint: Bool = false
|
|
|
+ public var attendIdosUpdateCount: Int = 0
|
|
|
+ public var isLeftSlipRemind: Bool = false
|
|
|
public var needLogin: Bool = false
|
|
|
- var isFinishedCoging: Bool = false
|
|
|
- var isFinishedAlias: Bool = false
|
|
|
- var selectedTabIndex: String?
|
|
|
- var commandVideoItem: PQVideoListModel?
|
|
|
- var commandLaunchParams: String = ""
|
|
|
- var commandReportParams: [String: Any]?
|
|
|
- var h5MsgVid: String?
|
|
|
- var isShowNoWiFiRemind: Bool = false
|
|
|
+ public var isFinishedCoging: Bool = false
|
|
|
+ public var isFinishedAlias: Bool = false
|
|
|
+ public var selectedTabIndex: String?
|
|
|
+ public var commandVideoItem: PQVideoListModel?
|
|
|
+ public var commandLaunchParams: String = ""
|
|
|
+ public var commandReportParams: [String: Any]?
|
|
|
+ public var h5MsgVid: String?
|
|
|
+ public var isShowNoWiFiRemind: Bool = false
|
|
|
|
|
|
- var isEmptyPasteContent: Bool = false {
|
|
|
+ public var isEmptyPasteContent: Bool = false {
|
|
|
didSet {
|
|
|
BFLog(message: "isEmptyPasteContent = \(isEmptyPasteContent)")
|
|
|
}
|
|
|
}
|
|
|
|
|
|
|
|
|
- var isShowPasteNoServeView: Bool = false {
|
|
|
+ public var isShowPasteNoServeView: Bool = false {
|
|
|
didSet {
|
|
|
BFLog(message: "isShowPasteNoServeView = \(isShowPasteNoServeView)")
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- var isLoadingSplashAdView: Bool = false {
|
|
|
+ public var isLoadingSplashAdView: Bool = false {
|
|
|
didSet {
|
|
|
BFLog(message: "isLoadingSplashAdView = \(isLoadingSplashAdView)")
|
|
|
}
|
|
|
}
|
|
|
- var cutBoardInfo: String?
|
|
|
- var cutBoard: String?
|
|
|
- var isPushLoading: Bool = false
|
|
|
+ public var cutBoardInfo: String?
|
|
|
+ public var cutBoard: String?
|
|
|
+ public var isPushLoading: Bool = false
|
|
|
|
|
|
- var coldLaunchType: coldLaunchType?
|
|
|
- var isColdLaunch: Bool = false
|
|
|
- var coldLaunchStatus: Int = 0
|
|
|
- var deviceToken: String = ""
|
|
|
+ public var coldLaunchType: coldLaunchType?
|
|
|
+ public var isColdLaunch: Bool = false
|
|
|
+ public var coldLaunchStatus: Int = 0
|
|
|
+ public var deviceToken: String = ""
|
|
|
|
|
|
- var isShowTodaySuccess: Bool = false
|
|
|
- var sessionId: String = getUniqueId(desc: "sessionId")
|
|
|
- var subSessionid: String?
|
|
|
- var isDefaultAtten: Bool = false
|
|
|
- var isDefaultMineSingleVideoDetail: Bool = false
|
|
|
- var playCount: Int = 0
|
|
|
- var uploadDatas: [PQVideoListModel] = Array<PQVideoListModel>.init()
|
|
|
- var isShowUpSlideGuide: Bool = false
|
|
|
- var showUpSlideData: PQVideoListModel?
|
|
|
- var makeVideoProjectId: String?
|
|
|
- var draftboxId: String?
|
|
|
+ public var isShowTodaySuccess: Bool = false
|
|
|
+ public var sessionId: String = getUniqueId(desc: "sessionId")
|
|
|
+ public var subSessionid: String?
|
|
|
+ public var isDefaultAtten: Bool = false
|
|
|
+ public var isDefaultMineSingleVideoDetail: Bool = false
|
|
|
+ public var playCount: Int = 0
|
|
|
+ public var uploadDatas: [PQVideoListModel] = Array<PQVideoListModel>.init()
|
|
|
+ public var isShowUpSlideGuide: Bool = false
|
|
|
+ public var showUpSlideData: PQVideoListModel?
|
|
|
+ public var makeVideoProjectId: String?
|
|
|
+ public var draftboxId: String?
|
|
|
|
|
|
- var sdata: String?
|
|
|
+ public var sdata: String?
|
|
|
|
|
|
- var title: String?
|
|
|
+ public var title: String?
|
|
|
|
|
|
- var coverUrl: String?
|
|
|
+ public var coverUrl: String?
|
|
|
|
|
|
|
|
|
|
|
|
- var abInfoData: [String: Any] = Dictionary<String, Any>.init()
|
|
|
- var allExportSession: [PHAsset:AVAssetExportSession] = [PHAsset:AVAssetExportSession].init()
|
|
|
- func updateTabPoint() {
|
|
|
+ public var abInfoData: [String: Any] = Dictionary<String, Any>.init()
|
|
|
+ public var allExportSession: [PHAsset:AVAssetExportSession] = [PHAsset:AVAssetExportSession].init()
|
|
|
+ public func updateTabPoint() {
|
|
|
|
|
|
|
|
|
|