/* ---------------------------------------------------------------------------- * This file was automatically generated by SWIG (http://www.swig.org). * Version 2.0.4 * * Do not make changes to this file unless you know what you are doing--modify * the SWIG interface file instead. * ----------------------------------------------------------------------------- */ package org.robovm.libimobiledevice.binding; public class InstproxyClientRef { private long swigCPtr; protected InstproxyClientRef(long cPtr, boolean futureUse) { swigCPtr = cPtr; } protected InstproxyClientRef() { swigCPtr = 0; } protected static long getCPtr(InstproxyClientRef obj) { return (obj == null) ? 0 : obj.swigCPtr; } }