IPluginService.smali

.class public interface abstract Lcom/plug/services/IPluginService;
.super Ljava/lang/Object;
.source "IPluginService.java"

# interfaces
.implements Landroid/os/IInterface;


# annotations
.annotation system Ldalvik/annotation/MemberClasses;
    value = {
        Lcom/plug/services/IPluginService$Stub;
    }
.end annotation


# virtual methods
.method public abstract a(I)Lcom/plug/services/IProPluginInfo;
    .annotation system Ldalvik/annotation/Throws;
        value = {
            Landroid/os/RemoteException;
        }
    .end annotation
.end method