Adjust to ObjFW changes

This commit is contained in:
Jonathan Schleifer 2019-06-20 01:11:40 +02:00
parent 135d17bed5
commit 0886af554c
No known key found for this signature in database
GPG key ID: 79D21189A2D4708D
5 changed files with 12 additions and 12 deletions

View file

@ -22,7 +22,7 @@
import UIKit
import ObjFW
import ObjFW_Bridge
import ObjFWBridge
class AddSiteController: UITableViewController {
@IBOutlet var nameField: UITextField?