Skip to content

Commit

Permalink
chore: update genereated file and .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
hansemannn committed Aug 20, 2018
1 parent b4b6381 commit 2ff9a3e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
ios/ti.googlemaps-iphone-*
ios/dist
12 changes: 6 additions & 6 deletions ios/Classes/TiGooglemapsModuleAssets.m
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@

@implementation TiGooglemapsModuleAssets

- (NSData*) moduleAsset
- (NSData *)moduleAsset
{

return nil;
return nil;
}

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

return nil;
return nil;
}

@end

0 comments on commit 2ff9a3e

Please sign in to comment.