mirror of
https://github.com/viq/NewsBlur.git
synced 2025-08-20 05:14:26 +00:00
15 lines
340 B
Swift
15 lines
340 B
Swift
![]() |
//
|
||
|
// HorizontalPageViewController.swift
|
||
|
// NewsBlur
|
||
|
//
|
||
|
// Created by David Sinclair on 2020-08-27.
|
||
|
// Copyright © 2020 NewsBlur. All rights reserved.
|
||
|
//
|
||
|
|
||
|
import UIKit
|
||
|
|
||
|
/// Manages horizontal story pages. An instance of this is contained within `DetailViewController`.
|
||
|
class HorizontalPageViewController: UIPageViewController {
|
||
|
|
||
|
}
|