/** * Copyright FunASR (https://github.com/alibaba-damo-academy/FunASR). All Rights * Reserved. MIT License (https://opensource.org/licenses/MIT) */ // // SceneDelegate.h // paraformer_online // // Created by 邱威 on 2023/6/6. // #import @interface SceneDelegate : UIResponder @property (strong, nonatomic) UIWindow * window; @end