1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee

17 lines
280 B
C
Raw Normal View History

2021-04-06 17:07:33 +08:00
//
// HDiffPatch.h
// RCTPushy
//
// Created by HouSisong, All rights reserved.
//
#import <Foundation/Foundation.h>
@interface HDiffPatch : NSObject
+ (BOOL)hdiffPatch:(NSString *)path
origin:(NSString *)origin
toDestination:(NSString *)destination;
@end