Add quick action shortcuts to open paired PCs

This commit is contained in:
Cameron Gutman
2019-11-03 13:38:52 -08:00
parent 3b5652c3f5
commit d1eb7b45a2
3 changed files with 79 additions and 3 deletions
+2
View File
@@ -11,6 +11,8 @@
@interface AppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@property (strong, nonatomic) NSString *pcUuidToLoad;
@property (strong, nonatomic) void (^shortcutCompletionHandler)(BOOL);
@property (readonly, strong, nonatomic) NSManagedObjectContext *managedObjectContext;
@property (readonly, strong, nonatomic) NSManagedObjectModel *managedObjectModel;