1
0
mirror of https://gitcode.com/gh_mirrors/re/react-native-pushy.git synced 2025-09-17 22:16:10 +08:00
Code Issues Packages Projects Releases Wiki Activity GitHub Gitee

update ios xcode preject;

This commit is contained in:
sisong
2021-04-06 17:07:33 +08:00
parent 2097ce3128
commit 94cda441b2
6 changed files with 107 additions and 28 deletions

View File

@@ -0,0 +1,16 @@
//
// 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