summaryrefslogtreecommitdiff
path: root/Volta/Views/StatsTabBarController.h
diff options
context:
space:
mode:
Diffstat (limited to 'Volta/Views/StatsTabBarController.h')
-rw-r--r--Volta/Views/StatsTabBarController.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Volta/Views/StatsTabBarController.h b/Volta/Views/StatsTabBarController.h
index 7bfb622..6a265e6 100644
--- a/Volta/Views/StatsTabBarController.h
+++ b/Volta/Views/StatsTabBarController.h
@@ -13,5 +13,7 @@
@interface StatsTabBarController : UITabBarController
@property (strong, nonatomic) MGOrderedDictionary *data; // VoltaReading objects
+@property (strong, nonatomic) NSDate *startDate;
+@property (strong, nonatomic) NSDate *endDate;
@end