16 lines
298 B
Objective-C
16 lines
298 B
Objective-C
//
|
|
// UIViewControllerHandler.h
|
|
// foundation_fluttify
|
|
//
|
|
// Created by Yohom Bao on 2020/6/6.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
#import <Flutter/Flutter.h>
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
void UIViewControllerHandler(NSString* method, id args, FlutterResult methodResult);
|
|
|
|
NS_ASSUME_NONNULL_END
|