Permalink
Cannot retrieve contributors at this time
SynchronyFinancialWatchApp/SynchronyFinancial/SynchronyFinancial WatchKit Extension/TransactionCell.swift
Go to file// | |
// TransactionCell.swift | |
// SynchronyFinancial WatchKit Extension | |
// | |
// Created by Alan Maynard on 3/20/19. | |
// Copyright © 2019 Alan Maynard. All rights reserved. | |
// | |
import Foundation | |
import WatchKit | |
class TransactionCell: NSObject { | |
@IBOutlet weak var transactionLabel: WKInterfaceLabel! | |
@IBOutlet weak var valueLabel: WKInterfaceLabel! | |
} |