-
Notifications
You must be signed in to change notification settings - Fork 1
/
SBDockIconListView.h
19 lines (15 loc) · 947 Bytes
/
SBDockIconListView.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/* Generated by RuntimeBrowser
Platform: iOS 15.7.2 (19H218) arm64
Image: /System/Library/PrivateFrameworks/SpringBoardHome.framework/SpringBoardHome (1)
*/
@interface SBDockIconListView : SBIconListView
+ (struct CGRect { struct CGPoint { double x_1_1_1; double x_1_1_2; } x1; struct CGSize { double x_2_1_1; double x_2_1_2; } x2; })defaultFrameForOrientation:(long long)arg1;
+ (double)defaultHeight;
+ (unsigned long long)defaultIconViewConfigurationOptions;
- (bool)_shouldAnimatePropertyWithKey:(id)arg1;
- (bool)adaptsOrientationToTraitCollection;
- (bool)allowsAddingIconCount:(unsigned long long)arg1;
- (id)initWithModel:(id)arg1 layoutProvider:(id)arg2 iconLocation:(id)arg3 orientation:(long long)arg4 iconViewProvider:(id)arg5;
- (bool)isVertical; //verticle = plus style rotation, no in landscape means dock rotates like ipad dock
//would be neat to toggle verticle in portrait and try to get thatvas ca style choice
@end