Tusker/Tusker/Screens/Utilities/RefreshableViewController.s...

17 lines
252 B
Swift
Raw Normal View History

2020-11-14 16:10:20 +00:00
//
// RefreshableViewController.swift
// Tusker
//
// Created by Shadowfacts on 11/14/20.
// Copyright © 2020 Shadowfacts. All rights reserved.
//
import UIKit
@MainActor
2020-11-14 16:10:20 +00:00
@objc protocol RefreshableViewController {
func refresh()
}