mirror of
https://github.com/wnagrodzki/DragGestureRecognizer_ObjC.git
synced 2025-04-04 19:42:20 +02:00
15 lines
306 B
Objective-C
15 lines
306 B
Objective-C
//
|
|
// AppDelegate.h
|
|
// DragGestureRecognizer
|
|
//
|
|
// Created by Wojciech Nagrodzki on 01/04/14.
|
|
// Copyright (c) 2014 Wojciech Nagrodzki. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface AppDelegate : UIResponder <UIApplicationDelegate>
|
|
|
|
@property (strong, nonatomic) UIWindow *window;
|
|
|
|
@end
|