using System; namespace LYFZ.ComponentLibrary.ChatListControl { public enum ChatListItemIcon { Large = 53, Small = 27 } }