ggerganov's picture
ios : whisper.objc example
abbf9ee
raw
history blame
183 Bytes
//
// AppDelegate.h
// whisper.objc
//
// Created by Georgi Gerganov on 23.10.22.
//
#import <UIKit/UIKit.h>
@interface AppDelegate : UIResponder <UIApplicationDelegate>
@end