xref: /expo/ios/Exponent/Versioned/Core/UniversalModules/EXExpoUserNotificationCenterProxy.h (revision 8f4be4e2)
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 //  Copyright © 2018 650 Industries. All rights reserved.
2 
3 #import <Foundation/Foundation.h>
4 #import <UMCore/UMInternalModule.h>
5 #import <UMPermissionsInterface/UMUserNotificationCenterProxyInterface.h>
6 
7 @interface EXExpoUserNotificationCenterProxy : NSObject <UMInternalModule, UMUserNotificationCenterProxyInterface>
8 
9 - (instancetype)initWithUserNotificationCenter:(id<UMUserNotificationCenterProxyInterface>)userNotificationCenter;
10 
11 @end
12 

served by {OpenGrok

Last Index Update: Tue Oct 21 18:42:31 GMT 2025