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

#import <Foundation/Foundation.h>
#import <UserNotifications/UserNotifications.h>

#import <UMCore/UMInternalModule.h>
#import <ExpoModulesCore/EXUserNotificationCenterProxyInterface.h>

@interface EXReactNativeUserNotificationCenterProxy : NSObject <UMInternalModule, EXUserNotificationCenterProxyInterface>

@end
