LibraryGlideModule.smali

.class public abstract Lcom/bumptech/glide/module/LibraryGlideModule;
.super Ljava/lang/Object;
.source "LibraryGlideModule.java"

# interfaces
.implements Lcom/bumptech/glide/module/RegistersComponents;


# direct methods
.method static constructor <clinit>()V
    .registers 1

    return-void
.end method

.method public constructor <init>()V
    .registers 1

    .line 20
    invoke-direct {p0}, Ljava/lang/Object;-><init>()V

    return-void
.end method


# virtual methods
.method public registerComponents(Landroid/content/Context;Lcom/bumptech/glide/Glide;Lcom/bumptech/glide/Registry;)V
    .registers 4
    .param p1, "context"    # Landroid/content/Context;
    .param p2, "glide"    # Lcom/bumptech/glide/Glide;
    .param p3, "registry"    # Lcom/bumptech/glide/Registry;

    .line 25
    return-void
.end method