Skip to content

Commit

Permalink
Sync cn prototype to en prototype
Browse files Browse the repository at this point in the history
  • Loading branch information
Cilla-luodan authored Sep 21, 2023
1 parent 3aba2ca commit 5f828de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<section id="prototype">
<p outputclass="codeblock">
<codeblock props="android" outputclass="language-java" />
<codeblock props="ios mac" outputclass="language-objectivec" />
<codeblock props="ios mac" outputclass="language-objectivec">+ (void)destroy NS_SWIFT_NAME(destroy());</codeblock>
<codeblock props="cpp unreal bp" outputclass="language-cpp">virtual void release() = 0;</codeblock>
<codeblock props="electron" outputclass="language-typescript">abstract release(): void;</codeblock>
<codeblock props="rn" outputclass="language-typescript">abstract release(): void;</codeblock>
Expand Down

0 comments on commit 5f828de

Please sign in to comment.