forked from Trsvsr/iOS-10-SpringBoard-Headers
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCCUIControlCenterSystemAgent-Protocol.h
More file actions
35 lines (30 loc) · 1 KB
/
CCUIControlCenterSystemAgent-Protocol.h
File metadata and controls
35 lines (30 loc) · 1 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
27
28
29
30
31
32
33
34
//
// 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 CCUIControlCenterSettings, NSArray, NSString, NSURL, UIView;
@protocol CCUIControlCenterSystemAgent <NSObject>
- (NSString *)frontmostApplicationDisplayID;
- (NSArray *)getFGSceneIdentifiers;
- (_Bool)wifiIsPowered;
- (_Bool)wifiDevicePresent;
- (void)setWifiPowered:(_Bool)arg1;
- (void)updateWifiDevicePresence;
- (_Bool)isInAirplaneMode;
- (_Bool)isOrientationLocked;
- (void)unlockOrientation;
- (void)lockOrientation;
- (_Bool)wirelessDisplayRouteIsPicked;
- (NSString *)nameOfPickedRoute;
- (_Bool)handsetRouteIsSelected;
- (void)setRingerMuted:(_Bool)arg1;
- (_Bool)isRingerMuted;
- (void)activateAppWithDisplayID:(NSString *)arg1 url:(NSURL *)arg2;
- (void)dismissAnimated:(_Bool)arg1 completion:(void (^)(void))arg2;
- (CCUIControlCenterSettings *)prototypeSettings;
@optional
- (_Bool)isUILocked;
- (UIView *)materialBackgroundView;
@end