feat: 智念app iOS 第一次提交

This commit is contained in:
zoujing
2026-05-10 14:37:17 +08:00
commit ef4415bc12
196 changed files with 7196 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
//
// 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