From 6a04fbe335536f6371d6be652a1b9c6b2a4e7f4d Mon Sep 17 00:00:00 2001 From: Lakr <25259084+Lakr233@users.noreply.github.com> Date: Tue, 1 Jul 2025 21:47:21 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=9A=91=20build=20on=20Xcode=2016.2?= =?UTF-8?q?=20(#12981)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Summary by CodeRabbit * **Refactor** * Improved compatibility for chat cell handling, allowing broader support for different view model types in chat-related features. --- .../Intelligents/Interface/View/ChatCell/ChatCellFactory.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/frontend/apps/ios/App/Packages/Intelligents/Sources/Intelligents/Interface/View/ChatCell/ChatCellFactory.swift b/packages/frontend/apps/ios/App/Packages/Intelligents/Sources/Intelligents/Interface/View/ChatCell/ChatCellFactory.swift index 11bd7bd2b7..853b50c9df 100644 --- a/packages/frontend/apps/ios/App/Packages/Intelligents/Sources/Intelligents/Interface/View/ChatCell/ChatCellFactory.swift +++ b/packages/frontend/apps/ios/App/Packages/Intelligents/Sources/Intelligents/Interface/View/ChatCell/ChatCellFactory.swift @@ -23,7 +23,7 @@ class ChatCellFactory { static func dequeueCell( for tableView: UITableView, at indexPath: IndexPath, - with viewModel: ChatCellViewModel + with viewModel: any ChatCellViewModel ) -> ChatBaseCell { let identifier = viewModel.cellType.rawValue