Skip to content

Instantly share code, notes, and snippets.

@alexcohn
Created May 6, 2018 11:22
Show Gist options
  • Save alexcohn/dab19f6f836483545fcb47918a2af4c8 to your computer and use it in GitHub Desktop.
Save alexcohn/dab19f6f836483545fcb47918a2af4c8 to your computer and use it in GitHub Desktop.
package com.example.thunks
public class SomeClass {
private long m_nativeCallback;
public native void callback(int arg1, long arg2);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment