Files
tra-app/Ios/HBuilder-Hello/HBuilder-Hello/ViewController.h
T
2025-08-02 18:33:24 +08:00

20 lines
402 B
Objective-C

//
// ViewController.h
// Pandora
//
// Created by Mac Pro_C on 12-12-26.
// Copyright (c) 2012年 __MyCompanyName__. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "PDRCore.h"
@interface ViewController : UIViewController<PDRCoreDelegate>
{
BOOL _isFullScreen;
UIStatusBarStyle _statusBarStyle;
}
@property(assign, nonatomic)BOOL showLoadingView;
-(BOOL)getStatusBarHidden;
@end