
// When `use_frameworks!` is used, the generated Swift header is inside
// the module.
// Otherwise, it's available only locally with double-quoted imports.
//
#if __has_include(<react_native_ios_utilities/react_native_ios_utilities-Swift.h>)
#import "react_native_ios_utilities/react_native_ios_utilities-Swift.h"
#else
#import "react_native_ios_utilities-Swift.h"
#endif

