NewsBlur/clients/ios/Classes/StoryPageViewController.swift

15 lines
295 B
Swift
Raw Normal View History

//
// StoryPageViewController.swift
// NewsBlur
//
// Created by David Sinclair on 2020-08-27.
// Copyright © 2020 NewsBlur. All rights reserved.
//
import UIKit
/// Subclass of `UIPageViewController` to enable customizations.
class StoryPageViewController: UIPageViewController {
}