package c.o.a.n; import com.google.android.gms.tasks.Task; import java.util.concurrent.Callable; /* compiled from: CameraEngine */ public class n implements Callable> { public final /* synthetic */ i i; public n(i iVar) { this.i = iVar; } /* Return type fixed from 'java.lang.Object' to match base method */ @Override // java.util.concurrent.Callable public Task call() throws Exception { return this.i.T(); } }