mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-04-17 02:00:45 -04:00
android: Convert Action1 to Kotlin
This commit is contained in:
@@ -1,5 +0,0 @@
|
|||||||
package org.yuzu.yuzu_emu.utils;
|
|
||||||
|
|
||||||
public interface Action1<T> {
|
|
||||||
void call(T t);
|
|
||||||
}
|
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
package org.yuzu.yuzu_emu.utils
|
||||||
|
|
||||||
|
interface Action1<T> {
|
||||||
|
fun call(t: T?)
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user