Files
rr3-apk/smali_classes2/com/facebook/ppml/receiver/IReceiverService.smali
supermegamestre 4bbd74a497 First Upload
Just the APK
Force update disabled, will only work offline.
2026-01-26 00:26:29 -03:00

26 lines
631 B
Smali

.class public interface abstract Lcom/facebook/ppml/receiver/IReceiverService;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Landroid/os/IInterface;
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Lcom/facebook/ppml/receiver/IReceiverService$Stub;,
Lcom/facebook/ppml/receiver/IReceiverService$Default;
}
.end annotation
# virtual methods
.method public abstract sendEvents(Landroid/os/Bundle;)I
.annotation system Ldalvik/annotation/Throws;
value = {
Landroid/os/RemoteException;
}
.end annotation
.end method