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

@import UIKit;
#import "PDRCore.h"

@interface DCUNIViewController : UIViewController<PDRCoreDelegate>
{
    BOOL _isFullScreen;
    UIStatusBarStyle _statusBarStyle;
}
@property(assign, nonatomic)BOOL showLoadingView;
-(BOOL)getStatusBarHidden;
@end
