Flutter Engine
 
Loading...
Searching...
No Matches
FlutterSceneDelegate.h
Go to the documentation of this file.
1// Copyright 2013 The Flutter Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#ifndef FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_HEADERS_FLUTTERSCENEDELEGATE_H_
6#define FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_HEADERS_FLUTTERSCENEDELEGATE_H_
7
8#import <UIKit/UIKit.h>
9#import "FlutterMacros.h"
11
13
14/**
15 * The UISceneDelegate used by Flutter by default.
16 *
17 * This class is typically specified as the UISceneDelegate in the Info.plist.
18 */
21 : NSObject <UIWindowSceneDelegate, FlutterSceneLifeCycleEngineRegistration>
22@property(nonatomic, strong, nullable) UIWindow* window;
23
24@end
25
27
28#endif // FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_HEADERS_FLUTTERSCENEDELEGATE_H_
#define NS_ASSUME_NONNULL_BEGIN
#define NS_ASSUME_NONNULL_END
#define FLUTTER_DARWIN_EXPORT
GLFWwindow * window
Definition main.cc:60