1.class public abstract interface LInterface;
2.super Ljava/lang/Object;
3
4.method public abstract interfaceMethod()Ljava/lang/String;
5.end method