Skip to content

Commit

Permalink
Add "Sample"
Browse files Browse the repository at this point in the history
  • Loading branch information
fortuna committed Sep 6, 2023
1 parent c2dd3d6 commit 03434d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x/mobileproxy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ PATH="$(pwd)/out:$PATH" gomobile bind -target=android -o "$(pwd)/out/mobileproxy
Note: Gomobile expects gobind to be in the PATH, that's why we need to prebuild it, and set up the PATH accordingly.

<details>
<summary>iOS generated Code</summary>
<summary>Sample iOS generated Code</summary>

`Mobileproxy.objc.h`:

Expand Down Expand Up @@ -72,7 +72,7 @@ FOUNDATION_EXPORT MobileproxyProxy* _Nullable MobileproxyRunProxy(NSString* _Nul
</details>

<details>
<summary>Android generated Code</summary>
<summary>Sample Android generated Code</summary>

`mobileproxy.java`:

Expand Down

0 comments on commit 03434d8

Please sign in to comment.