DragGestureRecognizer_ObjC/DragGestureRecognizer/MainViewController.h

14 lines
252 B
C
Raw Permalink Normal View History

2014-04-01 23:18:30 +02:00
//
// MainViewController.h
// DragGestureRecognizer
//
// Created by Wojciech Nagrodzki on 01/04/14.
// Copyright (c) 2014 Wojciech Nagrodzki. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface MainViewController : UIViewController
@end