-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathSBHBookmarkIcon.h
More file actions
32 lines (28 loc) · 895 Bytes
/
Copy pathSBHBookmarkIcon.h
File metadata and controls
32 lines (28 loc) · 895 Bytes
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
/* Generated by RuntimeBrowser
Platform: iOS 15.7.2 (19H218) arm64
Image: /System/Library/PrivateFrameworks/SpringBoardHome.framework/SpringBoardHome (1)
*/
@interface SBHBookmarkIcon : SBLeafIcon {
SBHBookmark * _bookmark;
}
@property (nonatomic, readonly) CPSWebClip *appClip;
@property (nonatomic, retain) SBHBookmark *bookmark;
@property (nonatomic, readonly) NSURL *launchURL;
@property (nonatomic, readonly) UIWebClip *webClip;
- (void).cxx_destruct;
- (id)_sbhIconLibraryOverrideCollationSectionTitle;
- (id)appClip;
- (id)bookmark;
- (bool)canBeAddedToMultiItemDrag;
- (bool)canBeAddedToSubfolder;
- (id)copyWithZone:(struct _NSZone { }*)arg1;
- (id)draggingUserActivity;
- (id)initWithBookmark:(id)arg1;
- (bool)isAppClipIcon;
- (bool)isBookmarkIcon;
- (id)launchURL;
- (void)setBookmark:(id)arg1;
- (id)uninstallAlertBody;
- (id)uninstallAlertTitle;
- (id)webClip;
@end