NewsBlur/clients/ios/Classes/SplitViewController.swift
David Sinclair 5fe73d431b #817 (three column layout)
- Fixing warnings.
- Adding Swift subclasses of ObjC ones.
2020-08-27 21:26:12 -07:00

14 lines
289 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 {
}