NewsBlur-viq/clients/ios/Other Sources/BridgingHeader.h
David Sinclair f091832e6d #817 (three column layout)
- 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.
2021-01-29 20:10:53 -08:00

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"