Differences From Artifact [933310ca48]:
- File iOS/main.m — part of check-in [77a83bdfee] at 2019-01-22 23:25:58 on branch trunk — Update copyright (user: js, size: 1867) [annotate] [blame] [check-ins using]
To Artifact [00411ff395]:
- File
iOS/main.m
— part of check-in
[2c5f88ebb0]
at
2019-06-16 05:25:10
on branch trunk
— iOS: Migrate to Swift
This is in preparation for moving to SwiftUI at some point. (user: js, size: 1874) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
20 21 22 23 24 25 26 | * POSSIBILITY OF SUCH DAMAGE. */ #import <UIKit/UIKit.h> #import <ObjFW/ObjFW.h> #import <ObjFW_Bridge/ObjFW_Bridge.h> | | | 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 | * POSSIBILITY OF SUCH DAMAGE. */ #import <UIKit/UIKit.h> #import <ObjFW/ObjFW.h> #import <ObjFW_Bridge/ObjFW_Bridge.h> #import "scrypt_pwgen-Swift.h" @interface OFAppDelegate: OFObject <OFApplicationDelegate> @end OF_APPLICATION_DELEGATE(OFAppDelegate) void |
︙ | ︙ |