Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitab6e8dc

Browse files
committed
Test
1 parent17ef816 commitab6e8dc

File tree

2 files changed

+29
-39
lines changed

2 files changed

+29
-39
lines changed
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
2+
/// interface com.jh.SwiftHelloBinding$TextListener ///
3+
4+
packageorg.genie.com_jh;
5+
6+
@SuppressWarnings("JniMissingFunction")
7+
publicclassSwiftHelloBinding_TextListenerProxyimplementscom.jh.SwiftHelloBinding.TextListener {
8+
9+
long__swiftObject;
10+
11+
SwiftHelloBinding_TextListenerProxy(long__swiftObject ) {
12+
this.__swiftObject =__swiftObject;
13+
}
14+
15+
/// public abstract java.lang.String com.jh.SwiftHelloBinding$TextListener.getText()
16+
17+
publicnativejava.lang.String__getText(long__swiftObject );
18+
19+
publicjava.lang.StringgetText() {
20+
return__getText(__swiftObject );
21+
}
22+
23+
publicnativevoid__finalize(long__swiftObject );
24+
25+
publicvoidfinalize() {
26+
__finalize(__swiftObject );
27+
}
28+
29+
}

‎app/src/main/java/org/genie/com_jh/SwiftHello_ListenerProxy.java

Lines changed: 0 additions & 39 deletions
This file was deleted.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp