12 lines
386 B
Objective-C
12 lines
386 B
Objective-C
// Copyright 2018-present 650 Industries. All rights reserved.
|
|
|
|
#import <Foundation/Foundation.h>
|
|
#import <UserNotifications/UserNotifications.h>
|
|
|
|
#import <UMCore/UMInternalModule.h>
|
|
#import <UMPermissionsInterface/UMUserNotificationCenterProxyInterface.h>
|
|
|
|
@interface EXReactNativeUserNotificationCenterProxy : NSObject <UMInternalModule, UMUserNotificationCenterProxyInterface>
|
|
|
|
@end
|