Commit c9e5deb2 authored by David黄金龙's avatar David黄金龙

首页弹窗管理文件

parent bcdcbf30
......@@ -527,6 +527,7 @@
A592FE932BA6CFFC0062FACA /* YHCertificateEntryBottomView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A592FE922BA6CFFC0062FACA /* YHCertificateEntryBottomView.swift */; };
A592FE952BA6D23C0062FACA /* YHCertificateEntryCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = A592FE942BA6D23C0062FACA /* YHCertificateEntryCell.swift */; };
A592FE972BA6DB340062FACA /* YHCertificateViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = A592FE962BA6DB340062FACA /* YHCertificateViewModel.swift */; };
A596CADF2C6B9B3D00F85797 /* YHHomeAlertViewManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = A596CADE2C6B9B3D00F85797 /* YHHomeAlertViewManager.swift */; };
A59B43C72C48F68200B28379 /* YHEvaluationView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A59B43C62C48F68200B28379 /* YHEvaluationView.swift */; };
A59B43C92C491FB100B28379 /* YHH5WebViewVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = A59B43C82C491FB100B28379 /* YHH5WebViewVC.swift */; };
A59B43CB2C4A151200B28379 /* YHStatusAdvantageVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = A59B43CA2C4A151200B28379 /* YHStatusAdvantageVC.swift */; };
......@@ -1187,6 +1188,7 @@
A592FE922BA6CFFC0062FACA /* YHCertificateEntryBottomView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = YHCertificateEntryBottomView.swift; sourceTree = "<group>"; };
A592FE942BA6D23C0062FACA /* YHCertificateEntryCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = YHCertificateEntryCell.swift; sourceTree = "<group>"; };
A592FE962BA6DB340062FACA /* YHCertificateViewModel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = YHCertificateViewModel.swift; sourceTree = "<group>"; };
A596CADE2C6B9B3D00F85797 /* YHHomeAlertViewManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = YHHomeAlertViewManager.swift; sourceTree = "<group>"; };
A59B43C62C48F68200B28379 /* YHEvaluationView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = YHEvaluationView.swift; sourceTree = "<group>"; };
A59B43C82C491FB100B28379 /* YHH5WebViewVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = YHH5WebViewVC.swift; sourceTree = "<group>"; };
A59B43CA2C4A151200B28379 /* YHStatusAdvantageVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = YHStatusAdvantageVC.swift; sourceTree = "<group>"; };
......@@ -2941,6 +2943,14 @@
path = M;
sourceTree = "<group>";
};
A596CADD2C6B9AF200F85797 /* HomeAlertViewManager(首页弹窗管理) */ = {
isa = PBXGroup;
children = (
A596CADE2C6B9B3D00F85797 /* YHHomeAlertViewManager.swift */,
);
path = "HomeAlertViewManager(首页弹窗管理)";
sourceTree = "<group>";
};
A5ACE8D72B4564F7002C94D2 /* Classes */ = {
isa = PBXGroup;
children = (
......@@ -3218,6 +3228,7 @@
A5ACE91B2B4564F7002C94D2 /* Modules */ = {
isa = PBXGroup;
children = (
A596CADD2C6B9AF200F85797 /* HomeAlertViewManager(首页弹窗管理) */,
A5F886B22C61CDAA00B63CF5 /* PictureReview(图片预览) */,
A5FD45212C523D3200908AD9 /* InteractionH5(与H5交互) */,
F8BAADA12C4FAE820074D6C3 /* UatModule(灰度功能) */,
......@@ -4002,6 +4013,7 @@
048787D72BCE96F50036E221 /* YHServiceOrderProgressTableViewCell.swift in Sources */,
047AA3F82C5CC7B0009C4554 /* YHShareStepView.swift in Sources */,
04AD31792C23FFC700DF5655 /* YHInterestModel.swift in Sources */,
A596CADF2C6B9B3D00F85797 /* YHHomeAlertViewManager.swift in Sources */,
04EA23082BB50753009DA928 /* YHDocumentMessageTableViewCell.swift in Sources */,
045EEE8E2B9F171A0022A143 /* YHPreviewInfoWorkSummaryView.swift in Sources */,
045EEECE2B9F171A0022A143 /* YHScoreDetailViewController.swift in Sources */,
......
//
// YHHomeAlertViewManager.swift
// galaxy
//
// Created by davidhuangA on 2024/8/13.
// Copyright © 2024 https://www.galaxy-immi.com. All rights reserved.
//
import UIKit
enum YHHomeAlertViewType : Int {
case unkonw = 0 // 未知
case suggestUpdate = 1 // 建议更新
case forceUpdate = 2 // 强制更新
case principleBatch = 3 // 原则批 弹窗
case officialApprovalBatch = 4 //正式批 弹窗
}
class YHHomeAlertViewManager: NSObject {
static let shared = YHHomeAlertViewManager()
private var arrAlertView : [YHHomeAlertViewType] = []
private var isShowAlertViewFlag : Bool = false
}
extension YHLoginManager {
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment