1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-09 14:28:51 +00:00
Files
samples/shrine/ios/Runner/AppDelegate.h
Andrew Brogdon 434a703725 Adding shrine. (#3)
Adds a new version of Shrine from the MDC codelabs.
2018-07-26 15:27:26 -07:00

7 lines
103 B
Objective-C

#import <Flutter/Flutter.h>
#import <UIKit/UIKit.h>
@interface AppDelegate : FlutterAppDelegate
@end