16 lines
288 B
C
16 lines
288 B
C
|
//
|
||
|
// UIImageViewHandler.h
|
||
|
// foundation_fluttify
|
||
|
//
|
||
|
// Created by Yohom Bao on 2020/7/2.
|
||
|
//
|
||
|
|
||
|
#import <Foundation/Foundation.h>
|
||
|
#import <Flutter/Flutter.h>
|
||
|
|
||
|
NS_ASSUME_NONNULL_BEGIN
|
||
|
|
||
|
void UIImageViewHandler(NSString* method, id args, FlutterResult methodResult);
|
||
|
|
||
|
NS_ASSUME_NONNULL_END
|