NewsBlur-viq/clients/ios/Other Sources/BridgingHeader.h
David Sinclair 5fe73d431b #817 (three column layout)
- Fixing warnings.
- Adding Swift subclasses of ObjC ones.
2020-08-27 21:26:12 -07:00

16 lines
420 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 "StoryPageObjCDelegate.h"
#import "StoryDetailObjCViewController.h"