mirror of
https://github.com/zhigang1992/GitHawk.git
synced 2026-06-13 09:14:44 +08:00
14 lines
248 B
Swift
14 lines
248 B
Swift
//
|
|
// SplitViewControllerDelegate.swift
|
|
// Freetime
|
|
//
|
|
// Created by Ryan Nystrom on 6/25/17.
|
|
// Copyright © 2017 Ryan Nystrom. All rights reserved.
|
|
//
|
|
|
|
import UIKit
|
|
|
|
final class SplitViewControllerDelegate: UISplitViewControllerDelegate {
|
|
|
|
}
|