mirror of
https://github.com/opa334/TrollStore.git
synced 2025-04-13 07:43:12 +08:00
15 lines
182 B
Objective-C
15 lines
182 B
Objective-C
//
|
|
// AppDelegate.h
|
|
// TrollInstaller
|
|
//
|
|
// Created by Lars Fröder on 17.08.22.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface AppDelegate : UIResponder <UIApplicationDelegate>
|
|
|
|
|
|
@end
|
|
|