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