Permalink
Cannot retrieve contributors at this time
SynchronyFinancialWatchApp/SynchronyFinancial/SynchronyFinancial WatchKit Extension/AccountCell.swift
Go to file// | |
// Account.swift | |
// SynchronyFinancial WatchKit Extension | |
// | |
// Created by Monday on 2019/02/13. | |
// Copyright © 2019 Alan Maynard. All rights reserved. | |
// | |
import Foundation | |
import WatchKit | |
class AccountCell: NSObject { | |
@IBOutlet weak var accountName: WKInterfaceLabel! | |
@IBOutlet weak var last4Label: WKInterfaceLabel! | |
} |