14 lines
272 B
C
14 lines
272 B
C
|
//
|
||
|
// Created by Yohom Bao on 2019/11/22.
|
||
|
//
|
||
|
|
||
|
#import <Foundation/Foundation.h>
|
||
|
#import <Flutter/Flutter.h>
|
||
|
#import "CoreLocationFluttifyPlugin.h"
|
||
|
|
||
|
NS_ASSUME_NONNULL_BEGIN
|
||
|
|
||
|
void CLFloorHandler(NSString *method, id args, FlutterResult methodResult);
|
||
|
|
||
|
NS_ASSUME_NONNULL_END
|