Tusker/Tusker/Screens/Utilities/TabbedPageViewController.swift

15 lines
262 B
Swift
Raw Normal View History

2020-11-15 03:26:02 +00:00
//
// TabbedPageViewController.swift
// Tusker
//
// Created by Shadowfacts on 11/14/20.
// Copyright © 2020 Shadowfacts. All rights reserved.
//
import UIKit
@objc protocol TabbedPageViewController {
func selectNextPage()
func selectPrevPage()
}