whisper.cpp/examples/whisper.objc/whisper.objc/SceneDelegate.h
2022-10-24 18:23:07 +03:00

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