From a74252a9e0154dd1fabe5d69a876055974da4476 Mon Sep 17 00:00:00 2001 From: Roman Podymov Date: Mon, 19 Feb 2024 17:54:14 +0100 Subject: [PATCH] func onCellTap(data: Any?) --- Tests/CommonAppleKitTests/CommonAppleKitTests.swift | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Tests/CommonAppleKitTests/CommonAppleKitTests.swift b/Tests/CommonAppleKitTests/CommonAppleKitTests.swift index 271e45f..698b88b 100644 --- a/Tests/CommonAppleKitTests/CommonAppleKitTests.swift +++ b/Tests/CommonAppleKitTests/CommonAppleKitTests.swift @@ -132,6 +132,10 @@ final class CommonAppleKitTests: XCTestCase { } extension CommonAppleKitTests: CAListViewCellDelegate { + func onCellTap(data: Any?) { + + } + func onAction(data: Any?) { }