All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.bridj.objc.IMP Maven / Gradle / Ivy

There is a newer version: 0.7.0
Show newest version
package org.bridj.objc;
import org.bridj.*;
import static org.bridj.Pointer.*;
import static org.bridj.objc.ObjectiveCRuntime.*;

public class IMP extends TypedPointer {
		public IMP(long peer) { super(peer); }
		public IMP(Pointer ptr) { super(ptr); }
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy