smali/examples/Interface/Interface.smali
JesusFreke@JesusFreke.com b03e029611 added an example showing the creation and usage of an interface
git-svn-id: https://smali.googlecode.com/svn/trunk@91 55b6fa8a-2a1e-11de-a435-ffa8d773f76a
2009-06-05 05:15:24 +00:00

5 lines
143 B
Smali

.class public abstract interface LInterface;
.super Ljava/lang/Object;
.method public abstract interfaceMethod()Ljava/lang/String;
.end method