export class VideoScreenData { constructor(public url: string, public isPopUp: boolean, public onEndFunction: () => void) { } }