16 lines
339 B
Objective-C
16 lines
339 B
Objective-C
//
|
|
// PlatformFactoryHandler.h
|
|
// foundation_fluttify
|
|
//
|
|
// Created by Yohom Bao on 2019/11/22.
|
|
//
|
|
|
|
#import "FoundationFluttifyPlugin.h"
|
|
#import <Flutter/Flutter.h>
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
void PlatformService(NSString* method, id args, FlutterResult methodResult, NSObject<FlutterPluginRegistrar>* registrar);
|
|
|
|
NS_ASSUME_NONNULL_END
|