/****************************************************************************
 * Copyright (c) 2018.3 ~ 2023 liangxie UNDER MIT LICENSE
 * 
 * https://qframework.cn
 * https://github.com/liangxiegame/QFramework
 ****************************************************************************/

using System;

namespace QFramework
{
#if UNITY_EDITOR
    [Obsolete]
    public class UIMark : Bind
    {
    }
#endif
}