Skip to content

Instantly share code, notes, and snippets.

@julianjames
Last active August 29, 2015 14:20
Show Gist options
  • Save julianjames/20023dd811e0cd00b5e7 to your computer and use it in GitHub Desktop.
Save julianjames/20023dd811e0cd00b5e7 to your computer and use it in GitHub Desktop.
//
// 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