#ifndef Buggy_h
#define Buggy_h

#import <FlutterMacOS/FlutterMacOS.h>

NS_ASSUME_NONNULL_BEGIN

@interface Buggy : NSObject
+ (void)throw;
@end

NS_ASSUME_NONNULL_END
#endif
