From a8eb91f5bcb94e363a81977e30678fb3a29dfb88 Mon Sep 17 00:00:00 2001 From: Cameron Katri Date: Mon, 24 Apr 2023 18:34:44 -0700 Subject: Fix iOS 15+ --- QuickActions/Tweak.h | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'QuickActions/Tweak.h') diff --git a/QuickActions/Tweak.h b/QuickActions/Tweak.h index 1c74481..e14a4f0 100644 --- a/QuickActions/Tweak.h +++ b/QuickActions/Tweak.h @@ -27,12 +27,8 @@ +(id)optionsWithDictionary:(id)arg1; @end -@interface FBSystemServiceOpenApplicationRequest : NSObject -@property (assign,getter=isTrusted,nonatomic) BOOL trusted; -@property (nonatomic,copy) NSString * bundleIdentifier; -@property (nonatomic,copy) FBSOpenApplicationOptions * options; -@property (nonatomic,retain) FBProcess * clientProcess; -+(id)request; +@interface FBSOpenApplicationService : NSObject +-(void)openApplication:(NSString *)arg1 withOptions:(FBSOpenApplicationOptions *)arg2 completion:(id)arg3; @end @interface CSQuickActionsButton : UIView { @@ -125,4 +121,4 @@ @property (nonatomic, readonly) CGRect _referenceBounds; @end -int SBFEffectiveHomeButtonType(); \ No newline at end of file +int SBFEffectiveHomeButtonType(); -- cgit v1.2.3-56-ge451