Skip to content

Commit

Permalink
func onCellTap(data: Any?)
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanPodymov committed Feb 19, 2024
1 parent fe8506e commit a74252a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Tests/CommonAppleKitTests/CommonAppleKitTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,10 @@ final class CommonAppleKitTests: XCTestCase {
}

extension CommonAppleKitTests: CAListViewCellDelegate {
func onCellTap(data: Any?) {

}

func onAction(data: Any?) {

}
Expand Down

0 comments on commit a74252a

Please sign in to comment.