export default class SocialuniFollowType { static readonly follow: string = '关注' static readonly fans: string = '粉丝' static readonly allFollowTypes: string [] = [SocialuniFollowType.follow, SocialuniFollowType.fans] }