com.github.unidbg.ios.DarwinLibraryFile Maven / Gradle / Ivy
The newest version!
package com.github.unidbg.ios;
import com.github.unidbg.spi.LibraryFile;
public interface DarwinLibraryFile extends LibraryFile {
String resolveBootstrapPath();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy