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

28 lines
744 B
Smali

.class public interface abstract annotation Lcom/facebook/ads/internal/bench/Benchmark;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Ljava/lang/annotation/Annotation;
# annotations
.annotation system Ldalvik/annotation/AnnotationDefault;
value = .subannotation Lcom/facebook/ads/internal/bench/Benchmark;
failAtMillis = 0x7fffffff
warnAtMillis = 0x7fffffff
.end subannotation
.end annotation
.annotation runtime Ljava/lang/annotation/Retention;
value = .enum Ljava/lang/annotation/RetentionPolicy;->CLASS:Ljava/lang/annotation/RetentionPolicy;
.end annotation
# virtual methods
.method public abstract failAtMillis()I
.end method
.method public abstract warnAtMillis()I
.end method