-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCPTabBarTemplate.h
More file actions
51 lines (46 loc) · 1.83 KB
/
Copy pathCPTabBarTemplate.h
File metadata and controls
51 lines (46 loc) · 1.83 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
/* Generated by RuntimeBrowser
Platform: iOS 14.2 (18B111) arm64
Image: /System/Library/Frameworks/CarPlay.framework/CarPlay (1)
*/
@interface CPTabBarTemplate : CPTemplate <CPTabBarClientTemplateDelegate> {
<CPTabBarTemplateDelegate> * _delegate;
unsigned long long _indexOfSelectedTab;
CPInterfaceController * _interfaceController;
<CPTabBarTemplateProviding> * _templateProvider;
NSArray * _templates;
}
@property (readonly, copy) NSString *debugDescription;
@property (nonatomic) <CPTabBarTemplateDelegate> *delegate;
@property (readonly, copy) NSString *description;
@property (readonly) unsigned long long hash;
@property (nonatomic) unsigned long long indexOfSelectedTab;
@property (nonatomic) CPInterfaceController *interfaceController;
@property (nonatomic, readonly) CPTemplate *selectedTemplate;
@property (readonly) Class superclass;
@property (nonatomic, retain) <CPTabBarTemplateProviding> *templateProvider;
@property (nonatomic, retain) NAFuture *templateProviderFuture;
@property (nonatomic, readonly) NSArray *templates;
+ (unsigned long long)maximumTabCount;
+ (bool)supportsSecureCoding;
- (void).cxx_destruct;
- (id)delegate;
- (void)encodeWithCoder:(id)arg1;
- (void)handleActionForControlIdentifier:(id)arg1;
- (unsigned long long)indexOfSelectedTab;
- (id)initWithCoder:(id)arg1;
- (id)initWithTemplates:(id)arg1;
- (id)interfaceController;
- (id)leadingNavigationBarButtons;
- (id)selectedTemplate;
- (void)setDelegate:(id)arg1;
- (void)setIndexOfSelectedTab:(unsigned long long)arg1;
- (void)setInterfaceController:(id)arg1;
- (void)setLeadingNavigationBarButtons:(id)arg1;
- (void)setTemplateProvider:(id)arg1;
- (void)setTrailingNavigationBarButtons:(id)arg1;
- (id)templateProvider;
- (id)templates;
- (id)trailingNavigationBarButtons;
- (void)updateTemplates:(id)arg1;
- (void)validateTemplates:(id)arg1;
@end