mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-01 05:18:38 +09:00
14 lines
231 B
Objective-C
14 lines
231 B
Objective-C
//
|
|
// AppDelegate.h
|
|
// ImageAlignment
|
|
//
|
|
// Created by Andrei Stanescu on 7/29/13.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface AppDelegate : UIResponder <UIApplicationDelegate>
|
|
|
|
@property (strong, nonatomic) UIWindow *window;
|
|
|
|
@end
|