export default class Picture { constructor(obj) { this.src = obj.sccGetphotoResp.employeePhoto.base64data; } }