-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCPTextButton.h
More file actions
49 lines (44 loc) · 1.45 KB
/
CPTextButton.h
File metadata and controls
49 lines (44 loc) · 1.45 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
/* Generated by RuntimeBrowser
Platform: iOS 14.2 (18B111) arm64
Image: /System/Library/Frameworks/CarPlay.framework/CarPlay (1)
*/
@interface CPTextButton : NSObject <CPControl, NSSecureCoding> {
<CPControlDelegate> * _delegate;
bool _enabled;
id /* block */ _handler;
NSUUID * _identifier;
long long _textStyle;
NSString * _title;
}
@property (readonly, copy) NSString *debugDescription;
@property (nonatomic) <CPControlDelegate> *delegate;
@property (readonly, copy) NSString *description;
@property (getter=isEnabled, nonatomic) bool enabled;
@property (nonatomic, copy) id /* block */ handler;
@property (readonly) unsigned long long hash;
@property (nonatomic, retain) NSUUID *identifier;
@property (readonly) Class superclass;
@property (nonatomic) long long textStyle;
@property (nonatomic, copy) NSString *title;
+ (bool)supportsSecureCoding;
- (void).cxx_destruct;
- (id)delegate;
- (id)description;
- (void)encodeWithCoder:(id)arg1;
- (void)handlePressesEnd;
- (void)handlePressesStart;
- (void)handlePrimaryAction;
- (id /* block */)handler;
- (id)identifier;
- (id)initWithCoder:(id)arg1;
- (id)initWithTitle:(id)arg1 textStyle:(long long)arg2 handler:(id /* block */)arg3;
- (bool)isEnabled;
- (void)setDelegate:(id)arg1;
- (void)setEnabled:(bool)arg1;
- (void)setHandler:(id /* block */)arg1;
- (void)setIdentifier:(id)arg1;
- (void)setTextStyle:(long long)arg1;
- (void)setTitle:(id)arg1;
- (long long)textStyle;
- (id)title;
@end