// // AppDelegate.h // HiBit // // Created by HI_LOSER on 2024/6/7. // #import @interface AppDelegate : UIResponder @property (strong, nonatomic) UIWindow * window; @end