blob: d4106b598d756f9c267b62e30106330c6864d31e [file] [log] [blame]
#import <Flutter/Flutter.h>
/// A plugin for Flutter that allows Flutter to load images in a platform
/// specific way on iOS.
@interface IosPlatformImagesPlugin : NSObject <FlutterPlugin>
@end