export default class SocialuniSystemType { static readonly ios: string = 'ios' static readonly android: string = 'android' }