InnerIdSupplier.smali

.class public interface abstract Lcom/bun/supplier/InnerIdSupplier;
.super Ljava/lang/Object;

# interfaces
.implements Lcom/bun/supplier/IdSupplier;


# virtual methods
.method public abstract a(Lcom/bun/supplier/SupplierListener;)V
.end method

.method public abstract a()Z
.end method

.method public abstract getUDID()Ljava/lang/String;
.end method

.method public abstract shutDown()V
.end method