Remove unused elements (#530)
This commit is contained in:
parent
ff6a1edf62
commit
819371f55e
27 changed files with 9 additions and 111 deletions
|
|
@ -14,7 +14,7 @@ protocol FillPasswordTableViewCellDelegate: AnyObject {
|
|||
func showHidePasswordSettings()
|
||||
}
|
||||
|
||||
class FillPasswordTableViewCell: UITableViewCell, ContentProvider {
|
||||
class FillPasswordTableViewCell: UITableViewCell {
|
||||
@IBOutlet var contentTextField: UITextField!
|
||||
@IBOutlet var settingButton: UIButton!
|
||||
@IBOutlet var generateButton: UIButton!
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue