diff options
| author | mo khan <mo@mokhan.ca> | 2013-06-10 20:40:57 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2013-06-10 20:40:57 -0600 |
| commit | 2d4a2ebf70ce7916da42f0f64f8298a214daa55d (patch) | |
| tree | 4e1c9aca017cab2450ca5ccc9e631d7808518e36 /Gestures/Gestures/ViewController.h | |
| parent | ef5554041c6015d9bd9b762ee0e23ec268486310 (diff) | |
Diffstat (limited to 'Gestures/Gestures/ViewController.h')
| -rw-r--r-- | Gestures/Gestures/ViewController.h | 13 |
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 |
