HelloGameKit WatchKit Extension/ButtonRowController.swift

/*
     Copyright (C) 2016 Apple Inc. All Rights Reserved.
     See LICENSE.txt for this sample’s licensing information
     
     Abstract:
     Row controller that renders a row as a tinted button.
 */
 
import WatchKit
 
@objc class ButtonRowController: NSObject {
    // MARK: IB Outlets
    
    @IBOutlet weak var buttonLabel: WKInterfaceLabel!
}