Merge pull request #148 from SerenaKit/serena/open-opt

Option to open apps in action sheet
This commit is contained in:
Lars Fröder
2022-09-12 18:21:16 +02:00
committed by GitHub
4 changed files with 33 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