summaryrefslogtreecommitdiff
path: root/ios/shared/ios_sharedlo/objective_c/view_controllers/testing_tiles/MLOTestingTileSubviewViewController.h
diff options
context:
space:
mode:
Diffstat (limited to 'ios/shared/ios_sharedlo/objective_c/view_controllers/testing_tiles/MLOTestingTileSubviewViewController.h')
-rw-r--r--ios/shared/ios_sharedlo/objective_c/view_controllers/testing_tiles/MLOTestingTileSubviewViewController.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/ios/shared/ios_sharedlo/objective_c/view_controllers/testing_tiles/MLOTestingTileSubviewViewController.h b/ios/shared/ios_sharedlo/objective_c/view_controllers/testing_tiles/MLOTestingTileSubviewViewController.h
new file mode 100644
index 000000000000..6631fcb1259e
--- /dev/null
+++ b/ios/shared/ios_sharedlo/objective_c/view_controllers/testing_tiles/MLOTestingTileSubviewViewController.h
@@ -0,0 +1,15 @@
+//
+// MLOTestingTileSubviewViewController.h
+// ios_sharedlo
+//
+// Created by ptyl on 10/17/13.
+// Copyright (c) 2013 LibreOffice.org. All rights reserved.
+//
+
+#import "MLOViewController.h"
+
+@class MLOAppRoleTileTester;
+@interface MLOTestingTileSubviewViewController : MLOViewController
+@property MLOAppRoleTileTester * tester;
+
+@end