xref: /expo/packages/expo-notifications/ios/EXNotifications/Notifications/Background/EXBackgroundRemoteNotificationConsumer.h (revision 8285c032)
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 // Copyright 2021-present 650 Industries. All rights reserved.
2 
3 #import <Foundation/Foundation.h>
4 #import <UMTaskManagerInterface/UMTaskConsumerInterface.h>
5 
6 NS_ASSUME_NONNULL_BEGIN
7 
8 @interface EXBackgroundRemoteNotificationConsumer : NSObject <UMTaskConsumerInterface>
9 
10 @property (nonatomic, strong) id<UMTaskInterface> task;
11 
12 @end
13 
14 NS_ASSUME_NONNULL_END
15 

served by {OpenGrok

Last Index Update: Fri May 15 20:09:11 GMT 2026