-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathSBCloseBoxView.h.h
More file actions
36 lines (32 loc) · 1.59 KB
/
Copy pathSBCloseBoxView.h.h
File metadata and controls
36 lines (32 loc) · 1.59 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 15.7.3 (19H307) arm64
Image: /System/Library/PrivateFrameworks/SpringBoardHome.framework/SpringBoardHome (1)
*/
@interface SBCloseBoxView : SBHomeScreenButton <UIPointerInteractionDelegate> {
UITapGestureRecognizer * _actionTapGestureRecognizer;
<SBCloseBoxViewDelegate> * _delegate;
<SBIconListLayout> * _listLayout;
}
@property (nonatomic, retain) UITapGestureRecognizer *actionTapGestureRecognizer;
@property (readonly, copy) NSString *debugDescription;
@property (nonatomic) <SBCloseBoxViewDelegate> *delegate;
@property (readonly, copy) NSString *description;
@property (readonly) unsigned long long hash;
@property (nonatomic, readonly) struct UIEdgeInsets { double x1; double x2; double x3; double x4; } hitTestPadding;
@property (nonatomic, retain) <SBIconListLayout> *listLayout;
@property (readonly) Class superclass;
- (void).cxx_destruct;
- (id)actionTapGestureRecognizer;
- (struct UIEdgeInsets { double x1; double x2; double x3; double x4; })backgroundInsets;
- (id)delegate;
- (struct UIEdgeInsets { double x1; double x2; double x3; double x4; })hitTestPadding;
- (id)listLayout;
- (bool)pointInside:(struct CGPoint { double x1; double x2; })arg1 withEvent:(id)arg2;
- (id)pointerInteraction:(id)arg1 regionForRequest:(id)arg2 defaultRegion:(id)arg3;
- (id)pointerInteraction:(id)arg1 styleForRegion:(id)arg2;
- (void)setActionTapGestureRecognizer:(id)arg1;
- (void)setDelegate:(id)arg1;
- (void)setListLayout:(id)arg1;
- (bool)shouldTrack;
- (struct CGSize { double x1; double x2; })sizeThatFits:(struct CGSize { double x1; double x2; })arg1;
@end