DragGestureRecognizer_ObjC/DragGestureRecognizer/AppDelegate.h

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