// // StatsTabBarController.h // Volta // // Created by Ronny Fenrich on 2013-06-14. // Copyright (c) 2013 Decoder. All rights reserved. // #import #import "MGOrderedDictionary.h" @interface StatsTabBarController : UITabBarController @property (strong, nonatomic) MGOrderedDictionary *data; // VoltaReading objects @property (strong, nonatomic) NSDate *startDate; @property (strong, nonatomic) NSDate *endDate; @end