Skip to content

Commit ddbd0dd

Browse files
authored
Discard changes to Samples/JavaKitSampleApp/Sources/JavaKitExample/com/example/swift/HelloSwift.java
1 parent 2d5bdb0 commit ddbd0dd

File tree

1 file changed

+0
-2
lines changed
  • Samples/JavaKitSampleApp/Sources/JavaKitExample/com/example/swift

1 file changed

+0
-2
lines changed

Samples/JavaKitSampleApp/Sources/JavaKitExample/com/example/swift/HelloSwift.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ public HelloSwift() {
3030
}
3131

3232
native int sayHello(int x, int y);
33-
native Integer addIntegers(Integer x, Integer y);
34-
3533
native String throwMessageFromSwift(String message) throws Exception;
3634

3735
// To be called back by the native code

0 commit comments

Comments
 (0)