update
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
4a53d6195a
commit
cdd744f70a
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user