Tusker/Tusker/Screens/Utilities/TabbedPageViewController.swift

16 lines
273 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
@MainActor
2020-11-15 03:26:02 +00:00
@objc protocol TabbedPageViewController {
func selectNextPage()
func selectPrevPage()
}