summaryrefslogtreecommitdiff
path: root/KVO/KVO/FirstViewController.h
diff options
context:
space:
mode:
Diffstat (limited to 'KVO/KVO/FirstViewController.h')
-rw-r--r--KVO/KVO/FirstViewController.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/KVO/KVO/FirstViewController.h b/KVO/KVO/FirstViewController.h
new file mode 100644
index 0000000..21f79f4
--- /dev/null
+++ b/KVO/KVO/FirstViewController.h
@@ -0,0 +1,13 @@
+//
+// ViewController.h
+// KVO
+//
+// Created by mo khan on 2013-06-04.
+// Copyright (c) 2013 mo khan. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+@interface FirstViewController : UIViewController
+
+@end