Skip to content

Commit b0f7770

Browse files
committed
DecoratableTableView remove redundant import
1 parent 795c59c commit b0f7770

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Sources/DataDrivenRxDatasources/TableView/DecoratableTableView.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@
55
// Created by Khurshed Gulov on 11/01/24.
66
//
77

8-
import Foundation
98
import UIKit
109

1110
public protocol DecoratableTableView where Self: UITableView {
12-
func applyDecoration(for indexPath: IndexPath)
11+
func applyDecoration(for: IndexPath)
1312
}

0 commit comments

Comments
 (0)