Adjust to ObjFW changes

This commit is contained in:
Jonathan Schleifer 2019-06-20 01:11:40 +02:00
parent 135d17bed5
commit 0886af554c
No known key found for this signature in database
GPG key ID: 79D21189A2D4708D
5 changed files with 12 additions and 12 deletions

View file

@ -20,9 +20,9 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#import <UIKit/UIKit.h>
#import <ObjFW/ObjFW.h>
#import <ObjFW_Bridge/ObjFW_Bridge.h>
@import UIKit;
@import ObjFW;
@import ObjFWBridge;
#import "CryptoPassphrase-Swift.h"