-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathForcy.h
More file actions
122 lines (99 loc) · 2.99 KB
/
Forcy.h
File metadata and controls
122 lines (99 loc) · 2.99 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
#import <UIKit/UIKit.h>
#import <AudioToolbox/AudioServices.h>
#import <UIKit/UIView.h>
#import <Photos/Photos.h>
#import "substrate.h"
#define relees release
extern "C" void AudioServicesPlaySystemSoundWithVibration(SystemSoundID inSystemSoundID, id unknown, NSDictionary *options);
static NSUserDefaults *preferences;
static bool enabled;
static bool hapticFeedbackIsEnabled;
static bool removeBackgroundBlur;
static bool preferForceTouch;
static CGFloat shortHoldTime;
static int vibrationTime;
static NSInteger invokeMethods;
static bool HardPress;
static bool FirstPress;
static bool menuEnabled;
static CGFloat lightPress;
static NSInteger peekAndPopSens = 20;
static bool peekAndPopEnabled;
@interface _UITouchForceMessage : NSObject
@property (nonatomic) double timestamp;
@property (nonatomic) float unclampedTouchForce;
- (void)setUnclampedTouchForce:(float)touchForce;
- (float)unclampedTouchForce;
@end
@interface UITouch (Private)
- (void)_setPressure:(float)arg1 resetPrevious:(BOOL)arg2;
- (float)_pathMajorRadius;
- (float)majorRadius;
+ (id)sharedInstance;
@end
@interface SAUIUnlockDevice
+(id)unlockDevice;
@end
@interface SpringBoard
-(UIImage*)getLatestPhoto;
@end
@interface DCIMImageWellUtilities : NSObject
+ (id)cameraPreviewWellImage;
+ (id)cameraPreviewWellImageFileURL;
@end
@interface _UIBackdropView : UIView
@end
@interface _UIBackdropViewSettings : NSObject
-(id)settingsForStyle:(long long)arg1 graphicsQuality:(long long)arg2 ;
-(void)setGrayscaleTintAlpha:(CGFloat)arg1;
-(CGFloat)grayscaleTintAlpha;
@end
@interface SBApplicationController
+(id)sharedInstance;
-(id)applicationWithBundleIdentifier:(id)arg1 ;
@end
@interface UIApplicationShortcutIcon (Private)
- (id)sbsShortcutIcon;
+ (id)iconWithCustomImage:(id)arg1;
@end
@interface SBSApplicationShortcutIcon
@end
@interface SBSApplicationShortcutItem : NSObject
@property (nonatomic, copy) SBSApplicationShortcutIcon *icon;
@property (nonatomic, copy) NSString *localizedSubtitle;
@property (nonatomic, copy) NSString *localizedTitle;
@property (nonatomic, copy) NSString *type;
@end
@interface SBApplication
@property(copy, nonatomic) NSArray *staticShortcutItems;
-(id)path;
@end
@interface SBApplicationIcon : NSObject
-(id)initWithApplication:(id)arg1;
@end
@interface SBIcon
@end
@interface SBIconView : UIView
@property(retain, nonatomic) SBIcon *icon;
@property(retain, nonatomic) UILongPressGestureRecognizer *shortcutMenuPeekGesture;
+(id)sharedInstance;
- (void)_handleSecondHalfLongPressTimer:(id)arg1;
- (void)cancelLongPressTimer;
// New methods
- (void)fc_swiped:(UISwipeGestureRecognizer *)gesture;
@end
@interface SBIconViewMap
+(id)homescreenMap;
-(id)mappedIconViewForIcon:(id)arg1 ;
@end
@interface SBIconController
+(id)sharedInstance;
- (void)_revealMenuForIconView:(id)arg1 presentImmediately:(BOOL)arg2;
- (BOOL)_canRevealShortcutMenu;
- (BOOL)isEditing;
- (void)iconHandleLongPress:(id)arg1;
- (void)setIsEditing:(_Bool)arg1;
- (void)_handleShortcutMenuPeek:(id)arg1;
@end
@interface SBApplicationShortcutMenu : UIView
@end