5#ifndef FLUTTER_SHELL_PLATFORM_DARWIN_COMMON_FRAMEWORK_HEADERS_FLUTTERDARTPROJECT_H_
6#define FLUTTER_SHELL_PLATFORM_DARWIN_COMMON_FRAMEWORK_HEADERS_FLUTTERDARTPROJECT_H_
8#import <Foundation/Foundation.h>
30- (instancetype)initWithPrecompiledDartBundle:(nullable NSBundle*)bundle NS_DESIGNATED_INITIALIZER;
34- (instancetype)initFromDefaultSourceForConfiguration
API_UNAVAILABLE(macos)
51@property(nonatomic, nullable,
copy)
63+ (NSString*)lookupKeyForAsset:(NSString*)asset;
73+ (NSString*)lookupKeyForAsset:(NSString*)asset fromBundle:(nullable NSBundle*)bundle;
83+ (NSString*)lookupKeyForAsset:(NSString*)asset fromPackage:(NSString*)package;
94+ (NSString*)lookupKeyForAsset:(NSString*)asset
95 fromPackage:(NSString*)package
96 fromBundle:(nullable NSBundle*)bundle;
#define NS_ASSUME_NONNULL_BEGIN
#define NS_ASSUME_NONNULL_END
#define FLUTTER_UNAVAILABLE(msg)
#define FLUTTER_DARWIN_EXPORT
static void copy(void *dst, const uint8_t *src, int width, int bpp, int deltaSrc, int offset, const SkPMColor ctable[])
NSString * defaultBundleIdentifier()
NSArray< NSString * > *dartEntrypointArguments API_UNAVAILABLE(ios)
SK_API sk_sp< SkSurface > ios(9.0)