mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-15 01:33:25 +01:00
Create swift package
This commit is contained in:
19
Sources/AltPatcher/include/ALTAppPatcher/ALTAppPatcher.h
Normal file
19
Sources/AltPatcher/include/ALTAppPatcher/ALTAppPatcher.h
Normal file
@@ -0,0 +1,19 @@
|
||||
//
|
||||
// ALTAppPatcher.h
|
||||
// ALTAppPatcher
|
||||
//
|
||||
// Created by Joseph Mattiello on 03/01/23.
|
||||
// Copyright © 2023 Provenance Emu. All rights reserved.
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
//! Project version number for ALTAppPatcher.
|
||||
FOUNDATION_EXPORT double ALTAppPatcherVersionNumber;
|
||||
|
||||
//! Project version string for ALTAppPatcher.
|
||||
FOUNDATION_EXPORT const unsigned char ALTAppPatcherVersionString[];
|
||||
|
||||
|
||||
# pragma mark - ALTAppPatcher
|
||||
#import <ALTAppPatcher/_ALTAppPatcher.h>
|
||||
1
Sources/AltPatcher/include/ALTAppPatcher/_ALTAppPatcher.h
Symbolic link
1
Sources/AltPatcher/include/ALTAppPatcher/_ALTAppPatcher.h
Symbolic link
@@ -0,0 +1 @@
|
||||
../../ALTAppPatcher.h
|
||||
Reference in New Issue
Block a user