mirror of
https://github.com/flutter/samples.git
synced 2025-11-08 22:09:06 +00:00
Sample app that displays places on a map. Add/edit places. Interact with map. Iterations to follow.
7 lines
103 B
Objective-C
7 lines
103 B
Objective-C
#import <Flutter/Flutter.h>
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface AppDelegate : FlutterAppDelegate
|
|
|
|
@end
|