mirror of
https://github.com/opa334/TrollStore.git
synced 2025-01-19 13:35:41 +08:00
7 lines
231 B
C
7 lines
231 B
C
|
#import "CoreServices.h"
|
||
|
|
||
|
NSArray* trollStoreInstalledAppBundlePaths();
|
||
|
NSArray* trollStoreInstalledAppContainerPaths();
|
||
|
NSString* trollStorePath();
|
||
|
NSString* trollStoreAppPath();
|
||
|
LSApplicationProxy* findPersistenceHelperApp(void);
|