NewsBlur/clients/ios/Classes/SplitViewController.swift
David Sinclair 04a8f7ab3b #817 (three column layout)
- Split view tweaks.
- iPhone support.
2020-11-24 21:34:45 -08:00

17 lines
385 B
Swift

//
// SplitViewController.swift
// NewsBlur
//
// Created by David Sinclair on 2020-08-27.
// Copyright © 2020 NewsBlur. All rights reserved.
//
import UIKit
/// Subclass of `UISplitViewController` to enable customizations.
class SplitViewController: UISplitViewController {
/// Update the theme of the split view controller.
@objc func updateTheme() {
}
}