Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
Matt Bruce 2022-08-18 15:17:20 -05:00
parent 4a53d6195a
commit cdd744f70a

View File

@ -13,11 +13,6 @@ import VDS
struct User {
var firstName: String
var lastName: String
init(firstName: String, lastName: String) {
self.firstName = firstName
self.lastName = lastName
}
}
class UserNameView: UIControl {