mirror of
https://github.com/viq/NewsBlur.git
synced 2025-08-19 12:55:34 +00:00

- Since the UIPageViewController approach to paging had multiple issues that were proving impossible to work around, I decided to revert to the old UIScrollView-based approach.
17 lines
467 B
Objective-C
17 lines
467 B
Objective-C
//
|
|
// BridgingHeader.h
|
|
// NewsBlur
|
|
//
|
|
// Created by David Sinclair on 2020-01-27.
|
|
// Copyright © 2020 NewsBlur. All rights reserved.
|
|
//
|
|
// Use this file to import your target's public headers that you would like to expose to Swift.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
#import "FeedsObjCViewController.h"
|
|
#import "FeedDetailObjCViewController.h"
|
|
#import "StoryPagesObjCViewController.h"
|
|
#import "StoryDetailObjCViewController.h"
|
|
#import "OriginalStoryViewController.h"
|