17 lines
216 B
Objective-C
17 lines
216 B
Objective-C
//
|
|
// AppDelegate+Extesion.h
|
|
// HiBit
|
|
//
|
|
// Created by HI_LOSER on 2024/6/7.
|
|
//
|
|
|
|
#import "AppDelegate.h"
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface AppDelegate (Extesion)
|
|
- (void)loadWindow;
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|