struct ContentView: View {
   @State private var appData = ApplicationData.shared
   
   var body: some View {
      appData.customVideoView
         .ignoresSafeArea()
   }
}