DragGestureRecognizer_ObjC/DragGestureRecognizer/AppDelegate.h

16 lines
306 B
C
Raw Normal View History

2014-04-01 23:18:30 +02:00
//
// 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