aboutsummaryrefslogtreecommitdiffhomepage
path: root/example/ios/iOS UI Test/iOS UI Test/DetailViewController.h
diff options
context:
space:
mode:
Diffstat (limited to 'example/ios/iOS UI Test/iOS UI Test/DetailViewController.h')
-rw-r--r--example/ios/iOS UI Test/iOS UI Test/DetailViewController.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/example/ios/iOS UI Test/iOS UI Test/DetailViewController.h b/example/ios/iOS UI Test/iOS UI Test/DetailViewController.h
new file mode 100644
index 00000000..fe50ad58
--- /dev/null
+++ b/example/ios/iOS UI Test/iOS UI Test/DetailViewController.h
@@ -0,0 +1,16 @@
+//
+// DetailViewController.h
+// iOS UI Test
+//
+// Created by Jonathan Willing on 4/8/13.
+// Copyright (c) 2013 AppJon. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+@interface DetailViewController : UIViewController
+
+@property (strong, nonatomic) id detailItem;
+
+@property (weak, nonatomic) IBOutlet UILabel *detailDescriptionLabel;
+@end