NewsBlur/clients/ios/Classes/FeedsViewController.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
262 B
Swift

//
// FeedsViewController.swift
// NewsBlur
//
// Created by David Sinclair on 2020-08-27.
// Copyright © 2020 NewsBlur. All rights reserved.
//
import UIKit
///Sidebar listing all of the feeds.
class FeedsViewController: FeedsObjCViewController {
}