处理兼容性问题

处理兼容性问题
This commit is contained in:
Zeus
2023-12-05 09:48:08 +08:00
parent a21a4e7f77
commit fa787018df
641 changed files with 29065 additions and 28 deletions
@@ -0,0 +1,4 @@
#import <Flutter/Flutter.h>
@interface FluttertoastPlugin : NSObject<FlutterPlugin>
@end
@@ -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[];
@@ -0,0 +1,6 @@
framework module fluttertoast {
umbrella header "fluttertoast-umbrella.h"
export *
module * { export * }
}