iOS: Migrate to Swift

This is in preparation for moving to SwiftUI at some point.
This commit is contained in:
Jonathan Schleifer 2019-06-16 07:25:10 +02:00
parent e039b7d5f5
commit 83b21ee89e
No known key found for this signature in database
GPG key ID: 79D21189A2D4708D
25 changed files with 816 additions and 1266 deletions

View file

@ -24,7 +24,7 @@
#import <ObjFW/ObjFW.h>
#import <ObjFW_Bridge/ObjFW_Bridge.h>
#import "AppDelegate.h"
#import "scrypt_pwgen-Swift.h"
@interface OFAppDelegate: OFObject <OFApplicationDelegate>
@end