Added @objc annotation to SceneDelegate:
Objective-C Runtime:
- Added @objc(SceneDelegate) annotation
- Makes class visible to Objective-C runtime
- Required for Info.plist class name resolution
Fixes:
- SceneDelegate loading: class can now be found by iOS runtime
- Info.plist resolution: UISceneDelegateClassName can now resolve
- ViewController creation: SceneDelegate can now instantiate ViewController
Result: SceneDelegate should now be loadable by iOS runtime