mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-25 18:30:14 +00:00
3.0 - unitypackage
This commit is contained in:
12
Runtime/Internal/Misc/IPropertyChanged.cs
Normal file
12
Runtime/Internal/Misc/IPropertyChanged.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
namespace XCharts
|
||||
{
|
||||
/// <summary>
|
||||
/// 属性变更接口
|
||||
/// </summary>
|
||||
public interface IPropertyChanged
|
||||
{
|
||||
void OnChanged();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user