Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
m1ga committed Dec 31, 2024
2 parents f670f72 + 95e40c8 commit 6ae2445
Show file tree
Hide file tree
Showing 5 changed files with 3,549 additions and 4,008 deletions.
2 changes: 1 addition & 1 deletion ios/Classes/TiIdentityKeychainItemProxy.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

/**
Checks if an item exists already.
@param value The callback to be invoked after the existence is determined.
*/
- (void)fetchExistence:(id)value;
Expand Down
4 changes: 1 addition & 3 deletions ios/Classes/TiIdentityModuleAssets.m
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,18 @@
*/
#import "TiIdentityModuleAssets.h"

extern NSData* filterDataInRange(NSData* thedata, NSRange range);
extern NSData *filterDataInRange(NSData *thedata, NSRange range);

@implementation TiIdentityModuleAssets

- (NSData *)moduleAsset
{


return nil;
}

- (NSData *)resolveModuleAsset:(NSString *)path
{


return nil;
}
Expand Down
Loading

0 comments on commit 6ae2445

Please sign in to comment.