Add some comments

This commit is contained in:
ismailgulek
2020-09-10 16:01:24 +03:00
parent 8725dc4880
commit 518cc0c44a
@@ -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!