]> git.cameronkatri.com Git - tweaks.git/blobdiff - QuickActions/Tweak.h
Fix iOS 15+
[tweaks.git] / QuickActions / Tweak.h
index 1c74481c0f7dec24402610097e81f756bb80686b..e14a4f09748b4e4a76855e033452c0c5531a8ec8 100644 (file)
 +(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 {
 @property (nonatomic, readonly) CGRect _referenceBounds;
 @end
 
-int SBFEffectiveHomeButtonType();
\ No newline at end of file
+int SBFEffectiveHomeButtonType();