mirror of
https://github.com/revanced/smali.git
synced 2025-06-12 12:17:37 +02:00
moved the examples
git-svn-id: https://smali.googlecode.com/svn/trunk@79 55b6fa8a-2a1e-11de-a435-ffa8d773f76a
This commit is contained in:
6
examples/AnnotationValues/SubAnnotation.smali
Normal file
6
examples/AnnotationValues/SubAnnotation.smali
Normal file
@ -0,0 +1,6 @@
|
||||
.class public abstract interface annotation LSubAnnotation;
|
||||
.super Ljava/lang/Object;
|
||||
.implements Ljava/lang/annotation/Annotation;
|
||||
|
||||
.method public abstract stringValue()Ljava/lang/String;
|
||||
.end method
|
Reference in New Issue
Block a user