// Copyright 2018-present 650 Industries. All rights reserved.

#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
#import <ExpoModulesCore/EXSingletonModule.h>

NS_ASSUME_NONNULL_BEGIN

@interface EXTaskManagerAppDelegate : EXSingletonModule <UIApplicationDelegate>

@end

NS_ASSUME_NONNULL_END
