forked from Trsvsr/iOS-10-SpringBoard-Headers
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNCNotificationListViewControllerDestinationDelegate-Protocol.h
More file actions
27 lines (22 loc) · 2.36 KB
/
NCNotificationListViewControllerDestinationDelegate-Protocol.h
File metadata and controls
27 lines (22 loc) · 2.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
//
// 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, NCNotificationListViewController, NCNotificationRequest, NCNotificationViewController, NSDictionary, NSSet, UIView, UIViewController;
@protocol NCNotificationStaticContentProviding, UIViewControllerTransitionCoordinator;
@protocol NCNotificationListViewControllerDestinationDelegate <NSObject>
- (void)notificationListViewController:(NCNotificationListViewController *)arg1 requestsClearingNotificationRequests:(NSSet *)arg2;
- (void)notificationListViewController:(NCNotificationListViewController *)arg1 requestsExecuteAction:(NCNotificationAction *)arg2 forNotificationRequest:(NCNotificationRequest *)arg3 withParameters:(NSDictionary *)arg4;
@optional
- (void)notificationListViewController:(NCNotificationListViewController *)arg1 willDismissRemainingContentWithTransitionCoordinator:(id <UIViewControllerTransitionCoordinator>)arg2;
- (void)notificationListViewControllerIsUpdatingContent:(NCNotificationListViewController *)arg1;
- (void)notificationListViewController:(NCNotificationListViewController *)arg1 willPresentInitialContentWithTransitionCoordinator:(id <UIViewControllerTransitionCoordinator>)arg2;
- (_Bool)notificationListViewController:(NCNotificationListViewController *)arg1 shouldAllowInteractionsForNotificationRequest:(NCNotificationRequest *)arg2;
- (void)notificationListViewController:(NCNotificationListViewController *)arg1 didEndDisplayingCellForNotificationRequest:(NCNotificationRequest *)arg2;
- (id <NCNotificationStaticContentProviding>)notificationListViewController:(NCNotificationListViewController *)arg1 staticContentProviderForNotificationRequest:(NCNotificationRequest *)arg2 viewController:(NCNotificationViewController *)arg3;
- (struct CGRect)notificationListViewController:(NCNotificationListViewController *)arg1 convertRect:(struct CGRect)arg2 toLocalWindowSpaceFromView:(UIView *)arg3;
- (UIViewController *)notificationListViewController:(NCNotificationListViewController *)arg1 preferredViewControllerForPresentingFromViewController:(UIViewController *)arg2;
- (void)notificationListViewController:(NCNotificationListViewController *)arg1 shouldFinishLongLookTransitionForNotification:(NCNotificationRequest *)arg2 withCompletionBlock:(void (^)(_Bool))arg3;
@end