// // SceneDelegate.h // 唔即云相册 // // Created by 余衡武 on 2021/12/8. // #import #import "uploadFileRecordViewController.h" @interface SceneDelegate : UIResponder @property (strong, nonatomic) UIWindow *window; /** 登录界面 - 外部使用 */ + (void)enterLoginVC; /** 主界面 - 外部使用 */ + (void)enterMainVC; /** 主界面 - 内部使用 */ - (void)enterMainVCFromScene; @end