Weather/smali_classes2/com/moji/launchserver/AdCommonInterface$ImageInfoOrBuilder.smali
2021-05-10 10:13:34 +02:00

50 lines
1021 B
Smali

.class public interface abstract Lcom/moji/launchserver/AdCommonInterface$ImageInfoOrBuilder;
.super Ljava/lang/Object;
.source "AdCommonInterface.java"
# interfaces
.implements Lcom/google/protobuf/MessageLiteOrBuilder;
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/moji/launchserver/AdCommonInterface;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x609
name = "ImageInfoOrBuilder"
.end annotation
# virtual methods
.method public abstract getHeight()I
.end method
.method public abstract getImageId()J
.end method
.method public abstract getImageUrl()Ljava/lang/String;
.end method
.method public abstract getType()I
.end method
.method public abstract getWidth()I
.end method
.method public abstract hasHeight()Z
.end method
.method public abstract hasImageId()Z
.end method
.method public abstract hasImageUrl()Z
.end method
.method public abstract hasType()Z
.end method
.method public abstract hasWidth()Z
.end method