NewsBlur/clients/ios/Other Sources/BridgingHeader.h
David Sinclair f9e067400c #1277 (slow swiping between stories)
- Added an Export Preferences… button in the Preferences view to save a copy of the preferences to a file.
- Added an Import Preferences… button to load a saved preferences file and replace the prefs.
- Added a document type and UTI type for the prefs file (you can provide an icon if you like).
- Enabled iCloud document support to allow saving to shared locations.
- Added a bridging header to enable Swift code to work properly.
2020-01-27 20:27:44 -08:00

13 lines
299 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 "NewsBlurAppDelegate.h"