Skip to content

Commit

Permalink
🔥 Remove thumbnail and format files (#662)
Browse files Browse the repository at this point in the history
Resolves #661
  • Loading branch information
JarvanMo authored Nov 4, 2024
2 parents eb54b61 + 202453e commit a43af1a
Show file tree
Hide file tree
Showing 6 changed files with 503 additions and 644 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 a43af1a

Please sign in to comment.