You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
306 B
12 lines
306 B
2 years ago
|
.class public interface abstract Lcom/squareup/picasso/Transformation;
|
||
|
.super Ljava/lang/Object;
|
||
|
.source "Transformation.java"
|
||
|
|
||
|
|
||
|
# virtual methods
|
||
|
.method public abstract key()Ljava/lang/String;
|
||
|
.end method
|
||
|
|
||
|
.method public abstract transform(Landroid/graphics/Bitmap;)Landroid/graphics/Bitmap;
|
||
|
.end method
|