18 lines
295 B
Dart
18 lines
295 B
Dart
//
|
|
// FATFlutterViewController.h
|
|
// Runner
|
|
//
|
|
// Created by Haley on 2022/6/29.
|
|
// Copyright © 2022 The Chromium Authors. All rights reserved.
|
|
//
|
|
|
|
#import <Flutter/Flutter.h>
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface FATFlutterViewController : FlutterViewController
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|