blob: 3f256ea3af3a004f4d0b8162e1eef52e4050786c [file] [log] [blame]
// Copyright 2013 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef FLUTTER_SHELL_PLATFORM_DARWIN_MACOS_FRAMEWORK_SOURCE_TESTFLUTTERPLATFORMVIEW_H_
#define FLUTTER_SHELL_PLATFORM_DARWIN_MACOS_FRAMEWORK_SOURCE_TESTFLUTTERPLATFORMVIEW_H_
#import <Foundation/Foundation.h>
#import "flutter/shell/platform/darwin/macos/framework/Headers/FlutterEngine.h"
@interface TestFlutterPlatformView : NSView
/// Arguments passed via the params value in the create method call.
@property(nonatomic, copy) id args;
@end
@interface TestFlutterPlatformViewFactory : NSObject <FlutterPlatformViewFactory>
@end
#endif // FLUTTER_SHELL_PLATFORM_DARWIN_MACOS_FRAMEWORK_SOURCE_TESTFLUTTERPLATFORMVIEW_H_