EventListener$Factory.smali 438 B

12345678910111213141516171819
  1. .class public interface abstract Lokhttp3/EventListener$Factory;
  2. .super Ljava/lang/Object;
  3. .source ""
  4. # annotations
  5. .annotation system Ldalvik/annotation/EnclosingClass;
  6. value = Lokhttp3/EventListener;
  7. .end annotation
  8. .annotation system Ldalvik/annotation/InnerClass;
  9. accessFlags = 0x609
  10. name = "Factory"
  11. .end annotation
  12. # virtual methods
  13. .method public abstract create(Lokhttp3/Call;)Lokhttp3/EventListener;
  14. .end method