Option to open apps in action sheet

This commit is contained in:
osama alhour
2022-09-12 17:10:50 +03:00
parent 92e4981ac0
commit 736a467588
4 changed files with 35 additions and 0 deletions
+1
View File
@@ -23,6 +23,7 @@
- (BOOL)unregisterApplication:(id)arg1;
- (BOOL)_LSPrivateRebuildApplicationDatabasesForSystemApps:(BOOL)arg1 internal:(BOOL)arg2 user:(BOOL)arg3;
- (BOOL)uninstallApplication:(NSString*)arg1 withOptions:(id)arg2;
- (BOOL)openApplicationWithBundleID:(NSString *)arg1 ;
- (void)enumerateApplicationsOfType:(NSUInteger)type block:(void (^)(LSApplicationProxy*))block;
@end