Last active
August 29, 2015 14:20
-
-
Save julianjames/20023dd811e0cd00b5e7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// TableRowController.swift | |
// Hackaball WatchKit Extension | |
// | |
// Created by Julian James on 01/05/2015. | |
// Copyright (c) 2015 Made by Many. All rights reserved. | |
// | |
import WatchKit | |
import Foundation | |
class TableRowController : NSObject { | |
@IBOutlet var rowLabel : WKInterfaceLabel! | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment