-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCPSessionConfiguration.h
More file actions
36 lines (31 loc) · 1.17 KB
/
Copy pathCPSessionConfiguration.h
File metadata and controls
36 lines (31 loc) · 1.17 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
35
36
/* Generated by RuntimeBrowser
Platform: iOS 14.2 (18B111) arm64
Image: /System/Library/Frameworks/CarPlay.framework/CarPlay (1)
*/
@interface CPSessionConfiguration : NSObject {
unsigned long long _contentStyle;
CARSessionStatus * _currentStatus;
<CPSessionConfigurationDelegate> * _delegate;
unsigned long long _limitedUserInterfaces;
}
@property (nonatomic) unsigned long long contentStyle;
@property (nonatomic, retain) CARSessionStatus *currentStatus;
@property (nonatomic) <CPSessionConfigurationDelegate> *delegate;
@property (nonatomic) unsigned long long limitedUserInterfaces;
+ (unsigned long long)convertLimitableUserInterfaces:(unsigned long long)arg1;
- (void).cxx_destruct;
- (void)_limitedUIDidChange:(id)arg1;
- (void)_nightModeDidChange:(id)arg1;
- (void)_updateLimitedUIStatus;
- (void)_updateNightMode;
- (unsigned long long)contentStyle;
- (id)currentStatus;
- (void)dealloc;
- (id)delegate;
- (id)initWithDelegate:(id)arg1;
- (unsigned long long)limitedUserInterfaces;
- (void)setContentStyle:(unsigned long long)arg1;
- (void)setCurrentStatus:(id)arg1;
- (void)setDelegate:(id)arg1;
- (void)setLimitedUserInterfaces:(unsigned long long)arg1;
@end