Add some comments

This commit is contained in:
ismailgulek
2020-09-10 16:01:24 +03:00
parent 149e19cfff
commit 17bd6b0bf3
@@ -17,6 +17,7 @@
import UIKit
import Reusable
/// Table view cell with only a text field spanning the whole content view, insets can be configured via `textField.insets`
class TextFieldTableViewCell: UITableViewCell {
@IBOutlet weak var textField: InsettedTextField!