#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 "binding.h"
#import "IsarFlutterLibsPlugin.h"

FOUNDATION_EXPORT double isar_flutter_libsVersionNumber;
FOUNDATION_EXPORT const unsigned char isar_flutter_libsVersionString[];

