package m; /* loaded from: classes.dex */ public interface U { void a(int i); void b(int i); void c(int i, float f2); }