Dactyloidae/mobile/ios/ThirdParty/UIImageViewAligned/Example/ImageAlignment/AppDelegate.h
2026-06-26 21:04:09 -07:00

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