using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace TinaX.UIKit { public enum UIKitErrorCode { Unknow = 0, InvalidUIPage = 1, InvalidUIName = 2, ConnotGetUIPath = 3, InvalidXBehaviourType = 4, InvalidUIGroup = 5, } }