INotificationWrapper.smali
.class public interface abstract Lcom/cm/plugincluster/notificationclean/interfaces/INotificationWrapper;
.super Ljava/lang/Object;
.source "INotificationWrapper.java"
# virtual methods
.method public abstract getId()I
.end method
.method public abstract getNotification()Landroid/app/Notification;
.end method
.method public abstract getPackageName()Ljava/lang/String;
.end method
.method public abstract getTag()Ljava/lang/String;
.end method