Update InterfaceController.swift

This commit is contained in:
Marcos Rodriguez Velez 2023-10-30 14:33:36 -04:00
commit 36967c3633
No known key found for this signature in database
GPG Key ID: 6030B2F48CCE86D7

View File

@ -14,7 +14,6 @@ class InterfaceController: WKInterfaceController {
@IBOutlet weak var walletsTable: WKInterfaceTable!
@IBOutlet weak var noWalletsAvailableLabel: WKInterfaceLabel!
private let userActivity: NSUserActivity = NSUserActivity(activityType: HandoffIdentifier.ReceiveOnchain.rawValue)
override func awake(withContext context: Any?) {
super.awake(withContext: context)