// Copyright 2019 Google LLC. All Rights Reserved. #import @interface AppDelegate : UIResponder @end @implementation AppDelegate { } @end int main(int argc, char** argv) { return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class])); }