mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 23:37:33 +09:00
14 lines
231 B
C
14 lines
231 B
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
|