MemoryTrimmableRegistry.smali

.class public interface abstract Lcom/facebook/common/memory/MemoryTrimmableRegistry;
.super Ljava/lang/Object;
.source "MemoryTrimmableRegistry.java"


# virtual methods
.method public abstract registerMemoryTrimmable(Lcom/facebook/common/memory/MemoryTrimmable;)V
    .annotation system Ldalvik/annotation/MethodParameters;
        accessFlags = {
            0x0
        }
        names = {
            "trimmable"
        }
    .end annotation
.end method

.method public abstract unregisterMemoryTrimmable(Lcom/facebook/common/memory/MemoryTrimmable;)V
    .annotation system Ldalvik/annotation/MethodParameters;
        accessFlags = {
            0x0
        }
        names = {
            "trimmable"
        }
    .end annotation
.end method