synthesize appLaunchTime

This commit is contained in:
Michael Kirk 2018-08-06 13:46:56 -06:00
parent 15dfa6e979
commit 01b6634ac1
2 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,7 @@ NS_ASSUME_NONNULL_BEGIN
@implementation MainAppContext
@synthesize mainWindow = _mainWindow;
@synthesize appLaunchTime = _appLaunchTime;
- (instancetype)init
{

View File

@ -21,6 +21,7 @@ NS_ASSUME_NONNULL_BEGIN
@implementation ShareAppExtensionContext
@synthesize mainWindow = _mainWindow;
@synthesize appLaunchTime = _appLaunchTime;
- (instancetype)initWithRootViewController:(UIViewController *)rootViewController
{