mirror of
https://github.com/revanced/Apktool.git
synced 2025-02-11 11:26:48 +01:00
9 lines
357 B
Smali
9 lines
357 B
Smali
|
# Functional interface used by HelloWorld.smali
|
||
|
# Required in order to reify the lambda with create-lambda or unbox-lambda instructions
|
||
|
|
||
|
.class public abstract interface LHelloWorldFunctionalInterface;
|
||
|
.super Ljava/lang/Object;
|
||
|
|
||
|
.method public abstract applyFourStrings(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
|
||
|
.end method
|