Add some comments

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