Files
GitHawk/FreetimeWatch Extension/InboxRowController.swift
2018-04-29 21:38:25 -04:00

19 lines
390 B
Swift

//
// InboxRowController.swift
// FreetimeWatch Extension
//
// Created by Ryan Nystrom on 4/27/18.
// Copyright © 2018 Ryan Nystrom. All rights reserved.
//
import Foundation
import WatchKit
final class InboxRowController: NSObject {
@IBOutlet var repoLabel: WKInterfaceLabel!
@IBOutlet var ownerLabel: WKInterfaceLabel!
@IBOutlet var numberLabel: WKInterfaceLabel!
}