add @discardableResult
This commit is contained in:
parent
67003df587
commit
48a36e0969
|
|
@ -263,6 +263,7 @@ open class TableDirector: NSObject, UITableViewDataSource, UITableViewDelegate {
|
|||
return self
|
||||
}
|
||||
|
||||
@discardableResult
|
||||
open func delete(sectionAt index: Int) -> Self {
|
||||
|
||||
sections.remove(at: index)
|
||||
|
|
|
|||
Loading…
Reference in New Issue