// // 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 { }