-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathSBHAppLibrarySettings.h
More file actions
30 lines (25 loc) · 1.3 KB
/
SBHAppLibrarySettings.h
File metadata and controls
30 lines (25 loc) · 1.3 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
/* Generated by RuntimeBrowser
Platform: iOS 15.7.2 (19H218) arm64
Image: /System/Library/PrivateFrameworks/SpringBoardHome.framework/SpringBoardHome (1)
*/
@interface SBHAppLibrarySettings : PTSettings {
double _criticalDismissalThresholdDurationFactor;
unsigned long long _minimumNumberOfIconsToShowSectionHeaderInDeweySearch;
double _minimumTranslationFractionForSwipeToDismiss;
double _minimumVelocityForSwipeToDismiss;
}
@property (nonatomic) double criticalDismissalThresholdDurationFactor;
@property (nonatomic) unsigned long long minimumNumberOfIconsToShowSectionHeaderInDeweySearch;
@property (nonatomic) double minimumTranslationFractionForSwipeToDismiss;
@property (nonatomic) double minimumVelocityForSwipeToDismiss;
+ (id)settingsControllerModule;
- (double)criticalDismissalThresholdDurationFactor;
- (unsigned long long)minimumNumberOfIconsToShowSectionHeaderInDeweySearch;
- (double)minimumTranslationFractionForSwipeToDismiss;
- (double)minimumVelocityForSwipeToDismiss;
- (void)setCriticalDismissalThresholdDurationFactor:(double)arg1;
- (void)setDefaultValues;
- (void)setMinimumNumberOfIconsToShowSectionHeaderInDeweySearch:(unsigned long long)arg1;
- (void)setMinimumTranslationFractionForSwipeToDismiss:(double)arg1;
- (void)setMinimumVelocityForSwipeToDismiss:(double)arg1;
@end