-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCCUIControlCenterViewControllerDelegate-Protocol.h
More file actions
21 lines (17 loc) · 1.23 KB
/
CCUIControlCenterViewControllerDelegate-Protocol.h
File metadata and controls
21 lines (17 loc) · 1.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
//
// 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 CCUIControlCenterViewController, UIGestureRecognizer, UIPanGestureRecognizer, UITapGestureRecognizer, _UIBackdropView;
@protocol CCUIControlCenterSystemAgent;
@protocol CCUIControlCenterViewControllerDelegate <NSObject>
- (id <CCUIControlCenterSystemAgent>)controlCenterSystemAgentForControlCenterViewController:(CCUIControlCenterViewController *)arg1;
- (void)controlCenterViewController:(CCUIControlCenterViewController *)arg1 backdropViewDidUpdate:(_UIBackdropView *)arg2;
- (void)controlCenterViewController:(CCUIControlCenterViewController *)arg1 handlePan:(UIPanGestureRecognizer *)arg2;
- (void)controlCenterViewController:(CCUIControlCenterViewController *)arg1 handleTap:(UITapGestureRecognizer *)arg2;
- (_Bool)controlCenterViewController:(CCUIControlCenterViewController *)arg1 canHandleGestureRecognizer:(UIGestureRecognizer *)arg2;
- (void)controlCenterViewControllerWantsDismissal:(CCUIControlCenterViewController *)arg1 animated:(_Bool)arg2 completion:(void (^)(void))arg3;
- (void)controlCenterViewControllerWantsDismissal:(CCUIControlCenterViewController *)arg1;
@end