Utils$OkHttpLoaderCreator.smali
.class Lcom/squareup/picasso/Utils$OkHttpLoaderCreator;
.super Ljava/lang/Object;
.source "Utils.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/squareup/picasso/Utils;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0xa
name = "OkHttpLoaderCreator"
.end annotation
# direct methods
.method private constructor <init>()V
.registers 1
.line 422
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
.method static create(Landroid/content/Context;)Lcom/squareup/picasso/Downloader;
.registers 2
.line 424
new-instance v0, Lcom/squareup/picasso/OkHttpDownloader;
invoke-direct {v0, p0}, Lcom/squareup/picasso/OkHttpDownloader;-><init>(Landroid/content/Context;)V
return-object v0
.end method