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