mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2025-02-25 14:42:34 +01:00
16 lines
236 B
Objective-C
16 lines
236 B
Objective-C
//
|
|
// SceneDelegate.h
|
|
// whisper.objc
|
|
//
|
|
// Created by Georgi Gerganov on 23.10.22.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface SceneDelegate : UIResponder <UIWindowSceneDelegate>
|
|
|
|
@property (strong, nonatomic) UIWindow * window;
|
|
|
|
@end
|
|
|