/core-plot/framework/build/Debug-iphoneos/usr/local/include/CPTimeFormatter.h
http://github.com/nbanerje/aBattery · C Header · 16 lines · 9 code · 6 blank · 1 comment · 0 complexity · d89678f3e7049c93dfe384350b717497 MD5 · raw file
- #import <Foundation/Foundation.h>
- /// @file
- @interface CPTimeFormatter : NSNumberFormatter {
- NSDateFormatter *dateFormatter;
- NSDate *referenceDate;
- }
- @property (nonatomic, readwrite, retain) NSDateFormatter *dateFormatter;
- @property (nonatomic, readwrite, copy) NSDate *referenceDate;
- -(id)initWithDateFormatter:(NSDateFormatter *)aDateFormatter;
- @end