13 lines
176 B
Objective-C
13 lines
176 B
Objective-C
//
|
|
// AppDelegate.h
|
|
// iOS (App)
|
|
//
|
|
// Created by Stephen Carter on 4/22/26.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface AppDelegate : UIResponder <UIApplicationDelegate>
|
|
|
|
@end
|