mirror of
https://github.com/zhigang1992/GitHawk.git
synced 2026-05-24 08:54:10 +08:00
15 lines
274 B
Swift
15 lines
274 B
Swift
//
|
|
// TabNavRootViewControllerType.swift
|
|
// Freetime
|
|
//
|
|
// Created by Ryan Nystrom on 9/26/17.
|
|
// Copyright © 2017 Ryan Nystrom. All rights reserved.
|
|
//
|
|
|
|
import Foundation
|
|
|
|
protocol TabNavRootViewControllerType {
|
|
func didSingleTapTab()
|
|
func didDoubleTapTab()
|
|
}
|