export default class SocialuniUserExtendFriendsType { static readonly city: string = '同城' static readonly recently: string = '最近在线' static readonly hot: string = '热门' static readonly allTypes: string [] = [ SocialuniUserExtendFriendsType.recently, // SocialuniUserExtendFriendsType.hot, // SocialuniUserExtendFriendsType.city, ] }