summaryrefslogtreecommitdiff
path: root/ios/experimental/TiledLibreOffice/TiledLibreOffice/View.h
diff options
context:
space:
mode:
Diffstat (limited to 'ios/experimental/TiledLibreOffice/TiledLibreOffice/View.h')
-rw-r--r--ios/experimental/TiledLibreOffice/TiledLibreOffice/View.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ios/experimental/TiledLibreOffice/TiledLibreOffice/View.h b/ios/experimental/TiledLibreOffice/TiledLibreOffice/View.h
index 3043632d03c9..041471d40071 100644
--- a/ios/experimental/TiledLibreOffice/TiledLibreOffice/View.h
+++ b/ios/experimental/TiledLibreOffice/TiledLibreOffice/View.h
@@ -10,6 +10,8 @@
@interface View : UIScrollView <UIScrollViewDelegate>
+@property UILabel *tpsLabel;
+
@end
// vim:set shiftwidth=4 softtabstop=4 expandtab: