From a4695f8627a2cd7b70c32e90434e018a046ccd96 Mon Sep 17 00:00:00 2001 From: Tony Allevato Date: Wed, 21 Aug 2024 07:48:15 -0700 Subject: [PATCH] No public description PiperOrigin-RevId: 665877521 --- Swift/AdvancedExample/AdvancedExample/AppDelegate.swift | 2 +- Swift/BasicExample/app/AppDelegate.swift | 2 +- Swift/PodservingExample/app/AppDelegate.swift | 2 +- Swift/VideoStitcherExample/app/AppDelegate.swift | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Swift/AdvancedExample/AdvancedExample/AppDelegate.swift b/Swift/AdvancedExample/AdvancedExample/AppDelegate.swift index f988566..a435de6 100644 --- a/Swift/AdvancedExample/AdvancedExample/AppDelegate.swift +++ b/Swift/AdvancedExample/AdvancedExample/AppDelegate.swift @@ -16,7 +16,7 @@ import UIKit -@UIApplicationMain +@main class AppDelegate: UIResponder, UIApplicationDelegate { var window: UIWindow? diff --git a/Swift/BasicExample/app/AppDelegate.swift b/Swift/BasicExample/app/AppDelegate.swift index 8ab6b34..318a50b 100644 --- a/Swift/BasicExample/app/AppDelegate.swift +++ b/Swift/BasicExample/app/AppDelegate.swift @@ -15,7 +15,7 @@ */ import UIKit -@UIApplicationMain +@main class AppDelegate: UIResponder, UIApplicationDelegate { var window: UIWindow? diff --git a/Swift/PodservingExample/app/AppDelegate.swift b/Swift/PodservingExample/app/AppDelegate.swift index 91372bd..5a80999 100644 --- a/Swift/PodservingExample/app/AppDelegate.swift +++ b/Swift/PodservingExample/app/AppDelegate.swift @@ -15,7 +15,7 @@ */ import UIKit -@UIApplicationMain +@main class AppDelegate: UIResponder, UIApplicationDelegate { var window: UIWindow? diff --git a/Swift/VideoStitcherExample/app/AppDelegate.swift b/Swift/VideoStitcherExample/app/AppDelegate.swift index 83a45e7..c02a3cb 100644 --- a/Swift/VideoStitcherExample/app/AppDelegate.swift +++ b/Swift/VideoStitcherExample/app/AppDelegate.swift @@ -13,7 +13,7 @@ import UIKit -@UIApplicationMain +@main class AppDelegate: UIResponder, UIApplicationDelegate { var window: UIWindow?