mirror of
https://github.com/wnagrodzki/DragGestureRecognizer_ObjC.git
synced 2025-04-05 03:52:03 +02:00
16 lines
306 B
C
16 lines
306 B
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
|