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

15 lines
183 B
Objective-C

//
// AppDelegate.h
// whisper.objc
//
// Created by Georgi Gerganov on 23.10.22.
//
#import <UIKit/UIKit.h>
@interface AppDelegate : UIResponder <UIApplicationDelegate>
@end