mirror of
https://github.com/GeWuYou/GFramework.git
synced 2026-05-07 08:44:29 +08:00
10 lines
340 B
C#
10 lines
340 B
C#
// Copyright (c) 2025-2026 GeWuYou
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
namespace GFramework.Core.Abstractions.Utility;
|
|
|
|
/// <summary>
|
|
/// IUtility接口定义了通用工具类的基本契约
|
|
/// 该接口作为所有工具类实现的基础接口,提供统一的工具方法规范
|
|
/// </summary>
|
|
public interface IUtility; |