summaryrefslogtreecommitdiff
path: root/Gestures/Gestures/ViewController.h
diff options
context:
space:
mode:
Diffstat (limited to 'Gestures/Gestures/ViewController.h')
-rw-r--r--Gestures/Gestures/ViewController.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/Gestures/Gestures/ViewController.h b/Gestures/Gestures/ViewController.h
new file mode 100644
index 0000000..484043d
--- /dev/null
+++ b/Gestures/Gestures/ViewController.h
@@ -0,0 +1,13 @@
+//
+// ViewController.h
+// Gestures
+//
+// Created by mo khan on 2013-06-10.
+// Copyright (c) 2013 mo khan. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+@interface ViewController : UIViewController
+@property (strong, nonatomic) IBOutlet UIView * myView;
+@end