6.1.0 - 变更包名 新增投影媒体权限开关/tasks模块 扩展内置模块方法 重构内置模块及构建脚本

This commit is contained in:
SuperMonster003
2022-05-26 19:18:16 +08:00
parent e0374a835e
commit f68ad1c993
770 changed files with 15821 additions and 14759 deletions

View File

@@ -3,7 +3,6 @@ package com.stardust.util;
/**
* Created by Stardust on 2017/4/18.
*/
public interface Callback<T> {
void call(T t);