-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNCNotificationDispatcherDelegate-Protocol.h
More file actions
17 lines (13 loc) · 1.16 KB
/
NCNotificationDispatcherDelegate-Protocol.h
File metadata and controls
17 lines (13 loc) · 1.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//
// Generated by class-dump 3.5 (64 bit).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard.
//
#import "NSObject-Protocol.h"
@class NCNotificationAction, NCNotificationDispatcher, NCNotificationRequest, NSDictionary, NSString;
@protocol NCNotificationDispatcherDelegate <NSObject>
- (void)dispatcher:(NCNotificationDispatcher *)arg1 launchBackgroundApplicationForAction:(NCNotificationAction *)arg2 notificationRequest:(NCNotificationRequest *)arg3 fromDestination:(NSString *)arg4 withParameters:(NSDictionary *)arg5;
- (void)dispatcher:(NCNotificationDispatcher *)arg1 launchForegroundApplicationForAction:(NCNotificationAction *)arg2 notificationRequest:(NCNotificationRequest *)arg3 fromDestination:(NSString *)arg4 withParameters:(NSDictionary *)arg5;
- (void)dispatcher:(NCNotificationDispatcher *)arg1 didExecuteAction:(NCNotificationAction *)arg2 forNotificationRequest:(NCNotificationRequest *)arg3;
- (void)dispatcher:(NCNotificationDispatcher *)arg1 willExecuteAction:(NCNotificationAction *)arg2 forNotificationRequest:(NCNotificationRequest *)arg3 withParameters:(NSDictionary *)arg4 completionBlock:(void (^)(_Bool))arg5;
@end