mirror of
https://github.com/zhigang1992/GitHawk.git
synced 2026-04-28 12:04:59 +08:00
15 lines
245 B
Swift
15 lines
245 B
Swift
//
|
|
// EmptyRowController.swift
|
|
// FreetimeWatch Extension
|
|
//
|
|
// Created by Ryan Nystrom on 4/27/18.
|
|
// Copyright © 2018 Ryan Nystrom. All rights reserved.
|
|
//
|
|
|
|
import Foundation
|
|
import WatchKit
|
|
|
|
final class EmptyRowController: NSObject {
|
|
|
|
}
|