// Copyright (C) 2016 The Qt Company Ltd. // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only #import #import @interface ViewController : UIViewController @property (weak, nonatomic) IBOutlet UITextField *hostNameTextField; @property (weak, nonatomic) IBOutlet UITextField *portTextField; @property (weak, nonatomic) IBOutlet UIButton *applyButton; @end