apkfuckery/com.discord/smali_classes2/com/facebook/imagepipeline/request/c.smali
2019-11-20 23:09:14 +01:00

28 lines
939 B
Smali

.class public interface abstract Lcom/facebook/imagepipeline/request/c;
.super Ljava/lang/Object;
.source "Postprocessor.java"
# virtual methods
.method public abstract getName()Ljava/lang/String;
.end method
.method public abstract getPostprocessorCacheKey()Lcom/facebook/cache/common/CacheKey;
.annotation runtime Ljavax/annotation/Nullable;
.end annotation
.end method
.method public abstract process(Landroid/graphics/Bitmap;Lcom/facebook/imagepipeline/bitmaps/PlatformBitmapFactory;)Lcom/facebook/common/references/CloseableReference;
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Landroid/graphics/Bitmap;",
"Lcom/facebook/imagepipeline/bitmaps/PlatformBitmapFactory;",
")",
"Lcom/facebook/common/references/CloseableReference<",
"Landroid/graphics/Bitmap;",
">;"
}
.end annotation
.end method