mirror of
https://github.com/opa334/TrollStore.git
synced 2025-04-13 07:43:12 +08:00
16 lines
245 B
C
16 lines
245 B
C
//
|
|
// unarchive.h
|
|
// TrollInstaller
|
|
//
|
|
// Created by Lars Fröder on 02.09.22.
|
|
//
|
|
|
|
#ifndef unarchive_h
|
|
#define unarchive_h
|
|
|
|
@import Foundation;
|
|
|
|
extern int extract(NSString* fileToExtract, NSString* extractionPath);
|
|
|
|
#endif /* unarchive_h */
|