16 lines
268 B
C
16 lines
268 B
C
|
//
|
||
|
// NSObjectHandler.h
|
||
|
// FMDB
|
||
|
//
|
||
|
// Created by Yohom Bao on 2020/9/14.
|
||
|
//
|
||
|
|
||
|
#import <Foundation/Foundation.h>
|
||
|
#import <Flutter/Flutter.h>
|
||
|
|
||
|
NS_ASSUME_NONNULL_BEGIN
|
||
|
|
||
|
void NSObjectHandler(NSString* method, id args, FlutterResult methodResult);
|
||
|
|
||
|
NS_ASSUME_NONNULL_END
|