Skip to content

Commit

Permalink
🔥 Remove thumbnail and format files
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexV525 committed Nov 4, 2024
1 parent eb54b61 commit eeacf73
Show file tree
Hide file tree
Showing 6 changed files with 492 additions and 633 deletions.
3 changes: 1 addition & 2 deletions ios/Classes/FluwxDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,8 @@ + (instancetype)defaultManager {
return instance;
}

- (void) registerWxAPI:(NSString *)appId universalLink:(NSString *)universalLink {
- (void)registerWxAPI:(NSString *)appId universalLink:(NSString *)universalLink {
[WXApi registerApp:appId universalLink:universalLink];
}


@end
Loading

0 comments on commit eeacf73

Please sign in to comment.