//
//  DCUNIAppDelegate.h
//  uniapp-iOSSDK
//
//  Created by 4099574 on 03/29/2022.
//  Copyright (c) 2022 4099574. All rights reserved.
//

@import UIKit;

@interface DCUNIAppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@property (strong, nonatomic) UINavigationController *rootViewController;

@end
