ChatListItemIcon.cs 129 B

123456789
  1. using System;
  2. namespace LYFZ.ComponentLibrary.ChatListControl
  3. {
  4. public enum ChatListItemIcon
  5. {
  6. Large = 53,
  7. Small = 27
  8. }
  9. }