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?) { }