Dactyloidae/mobile/ios/ThirdParty/UIImageViewAligned/Example/ImageAlignment/AppDelegate.h

14 lines
231 B
C
Raw Normal View History

2026-06-26 21:04:09 -07:00
//
// 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