WatchKit Catalog Watch Extension/TableRowController.swift

/*
 Copyright (C) 2016 Apple Inc. All Rights Reserved.
 See LICENSE.txt for this sample’s licensing information
 
 Abstract:
 This is the row controller for the default row type in the table of the table detail controller.
 */
 
import WatchKit
 
class TableRowController: NSObject {
    @IBOutlet var rowLabel :WKInterfaceLabel!
}