Files
SideStore/Sources/SidePatcher/SidePatcher.h
Joe Mattiello 8b1e87d2dd spm app builds
2023-03-10 19:30:17 -05:00

20 lines
390 B
Objective-C

//
// SidePatcher.h
// SidePatcher
//
// Created by Riley Testut on 10/18/21.
// Copyright © 2021 Riley Testut. All rights reserved.
//
#import <Foundation/Foundation.h>
NS_ASSUME_NONNULL_BEGIN
@interface SideAppPatcher : NSObject
- (BOOL)patchAppBinaryAtURL:(NSURL *)appFileURL withBinaryAtURL:(NSURL *)patchFileURL error:(NSError *_Nullable *)error;
@end
NS_ASSUME_NONNULL_END