Weather/smali/android/support/v4/view/LayoutInflaterFactory.smali
2021-05-10 10:13:34 +02:00

14 lines
398 B
Smali

.class public interface abstract Landroid/support/v4/view/LayoutInflaterFactory;
.super Ljava/lang/Object;
.source "LayoutInflaterFactory.java"
# annotations
.annotation runtime Ljava/lang/Deprecated;
.end annotation
# virtual methods
.method public abstract onCreateView(Landroid/view/View;Ljava/lang/String;Landroid/content/Context;Landroid/util/AttributeSet;)Landroid/view/View;
.end method