15 lines
183 B
Objective-C
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
|
|
|