处理兼容性问题
处理兼容性问题
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
#import <Flutter/Flutter.h>
|
||||
|
||||
@interface FluttertoastPlugin : NSObject<FlutterPlugin>
|
||||
@end
|
||||
+17
@@ -0,0 +1,17 @@
|
||||
#ifdef __OBJC__
|
||||
#import <UIKit/UIKit.h>
|
||||
#else
|
||||
#ifndef FOUNDATION_EXPORT
|
||||
#if defined(__cplusplus)
|
||||
#define FOUNDATION_EXPORT extern "C"
|
||||
#else
|
||||
#define FOUNDATION_EXPORT extern
|
||||
#endif
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#import "FluttertoastPlugin.h"
|
||||
|
||||
FOUNDATION_EXPORT double fluttertoastVersionNumber;
|
||||
FOUNDATION_EXPORT const unsigned char fluttertoastVersionString[];
|
||||
|
||||
Binary file not shown.
+6
@@ -0,0 +1,6 @@
|
||||
framework module fluttertoast {
|
||||
umbrella header "fluttertoast-umbrella.h"
|
||||
|
||||
export *
|
||||
module * { export * }
|
||||
}
|
||||
BIN
Binary file not shown.
Reference in New Issue
Block a user