BusinessAppFlutter/openclosenew/ios/Runner/AppDelegate.m
vignesh 670cdb1499 Add Business (in progress)
add business design half UI design progress
2022-05-09 12:24:36 +05:30

14 lines
422 B
Objective-C

#import "AppDelegate.h"
#import "GeneratedPluginRegistrant.h"
@implementation AppDelegate
- (BOOL)application:(UIApplication *)application
didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
[GeneratedPluginRegistrant registerWithRegistry:self];
// Override point for customization after application launch.
return [super application:application didFinishLaunchingWithOptions:launchOptions];
}
@end